SoNodeKitDetailSetNodeKit Method |
Namespace: OIV.Inventor.DetailsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void SetNodeKit(
SoBaseKit theNodeKit
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetNodeKit (
theNodeKit As SoBaseKit
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void SetNodeKit(
SoBaseKit^ theNodeKit
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member SetNodeKit :
theNodeKit : SoBaseKit -> unit
Parameters
- theNodeKit
- Type: OIV.Inventor.NodekitsSoBaseKit
Remarks See Also