Convenience function that returns whether a given part is on or off.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool HasPart(
SoConePartType part
)
Public Function HasPart (
part As SoConePartType
) As Boolean
public:
bool HasPart(
SoConePartType part
)
member HasPart :
part : SoConePartType -> bool
Parameters
- part
- Type: OIV.Inventor.NodesSoConePartType
Return Value
Type:
BooleanRemarks See Also