SbVec3s Constructor (Int16) |
Initializes a new instance of the
SbVec3s class
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public SbVec3s(
short[] xyz
)
Public Sub New (
xyz As Short()
)
public:
SbVec3s(
array<short>^ xyz
)
new :
xyz : int16[] -> SbVec3s
Parameters
- xyz
- Type: SystemInt16
See Also