SoNodeKitDetailSetPart Method |
Namespace: OIV.Inventor.DetailsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetPart(
SoNode thePart
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetPart (
thePart As SoNode
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetPart(
SoNode^ thePart
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetPart :
thePart : SoNode -> unit
Parameters
- thePart
- Type: OIV.Inventor.NodesSoNode
Remarks See Also