SoDraggerSetStartingPoint Method (SoPickedPoint) |
Namespace: OIV.Inventor.DraggersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetStartingPoint(
SoPickedPoint newPoint
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetStartingPoint (
newPoint As SoPickedPoint
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetStartingPoint(
SoPickedPoint^ newPoint
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetStartingPoint :
newPoint : SoPickedPoint -> unit
Parameters
- newPoint
- Type: OIV.InventorSoPickedPoint
Remarks See Also