API Documentation > Interface Classes > Class wfcExternalObjectDisplayData
Class wfcExternalObjectDisplayData

# include <wfcExternalObject.h>

class
wfcExternalObjectDisplayData
: public virtual
wfcExternalObjectData
{
xdeclare(wfcExternalObjectDisplayData)
...
};
This is a
COMPACT class.

Description
Display properties of external object
User Guide References:
Methods Inherited from Class wfcExternalObjectData::
Method Summary
Creates a display data information for external object
void
Display color for external object
void
List of entities to display in external object. The entities are specified in the local coordinates of the external object. To transform them to model coordinates, Use method SetTransormationMatrix(). NOTE: The only entities for which this is supported are wfcENTITY_LINE and wfcENTITY_ARC. (Polygons may be drawn as multiple lines, and circles as arcs of extent 2 * pi.)
void
A sequnce of colors for entities
void
Line style for external object
void
Some display properties for external object
void
Scale for external object
void
Use this matrix to transform from local coordinates to model coordinates
Method Detail
GetDisplayColor
()
void
SetDisplayColor
Display color for external object
User Guide References:
GetEntities
()
void
SetEntities
List of entities to display in external object. The entities are specified in the local coordinates of the external object. To transform them to model coordinates, Use method SetTransormationMatrix(). NOTE: The only entities for which this is supported are wfcENTITY_LINE and wfcENTITY_ARC. (Polygons may be drawn as multiple lines, and circles as arcs of extent 2 * pi.)
User Guide References:
GetEntityColors
()
void
SetEntityColors
A sequnce of colors for entities
User Guide References:
GetLineStyle
()
void
SetLineStyle
Line style for external object
User Guide References:
Some display properties for external object
User Guide References:
GetScale
()
void
SetScale
(optional xreal value)
Scale for external object
User Guide References:
GetTransormationMatrix
()
void
SetTransormationMatrix
Use this matrix to transform from local coordinates to model coordinates
User Guide References:
Creates a display data information for external object
User Guide References:
Parameters:
Ents
EntityColors
Returns:
A display data for external object
Was this helpful?