SbLineProjectorSetStartPosition Method (SbVec3f) |
Sets the initial position from a point on the projector.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetStartPosition(
SbVec3f point
)
Public Sub SetStartPosition (
point As SbVec3f
)
public:
void SetStartPosition(
SbVec3f point
)
member SetStartPosition :
point : SbVec3f -> unit
Parameters
- point
- Type: OIV.InventorSbVec3f
Remarks See Also