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