A3DMiscEntityReferenceData
-
struct
A3DMiscEntityReferenceData Structure that identifies the referenced entity and that provides a new coordinate system.
2.0If the type of the referenced entity is topology,
m_pEntityis anA3DMiscReferenceOnTopologyobject of typekA3DTypeMiscReferenceOnTopology, which contains the reference to the topological body. In addition to containing a reference to the topology entity, theA3DMiscReferenceOnTopologyentity defines the topology item type and includes indexes to items in the global settings, such as color and layer.If the type of the referenced entity is nottopology, the
m_pEntitymember can directly reference an object that has one of the types defined in Referenceable Non-Topological Entities. (m_pEntitycan also be NULL.)To get the type of the entity referenced by them_pEntitymember, use theA3DEntityGetType()function.
Variables
-
A3DEntity *
A3DMiscEntityReferenceData.m_pEntity -
Referenced entity.
It can be NULL.
-
A3DRiCoordinateSystem *
A3DMiscEntityReferenceData.m_pCoordinateSystem -
Optional location.