I3DObject

class I3DObject

Bases: ImpactCOMWrapperBase

Summary:

Represents a 3D object.

Remarks:

Introduced in Impact 11.0.0.39

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property type

Gets Type.

Summary:

Gets the type (enumeration) of the 3D object.

Remarks:

Introduced in Impact 11.0.0.39

Returns:

The value of Type.

Return type:

type (ip3DObjectType)

isNone()

Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.