Library | Package Java Toolkit

Interface ExternalObjectDisplayData

package com.ptc.wfc.wfcExternalObject;

public interface ExternalObjectDisplayData
  extends com.ptc.wfc.wfcExternalObject.ExternalObjectData



Description

Display properties of external object



Method Summary
/*optional*/ StdColorGetDisplayColor ()
    Get method for attribute "DisplayColor"
     Display color for external object
CurveDescriptorsGetEntities ()
    Get method for attribute "Entities"
     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.)
/*optional*/ StdColorsGetEntityColors ()
    Get method for attribute "EntityColors"
     A sequnce of colors for entities
/*optional*/ StdLineStyleGetLineStyle ()
    Get method for attribute "LineStyle"
     Line style for external object
/*optional*/ ExternalObjectDisplayDataPropertiesGetProperties ()
    Get method for attribute "Properties"
     Some display properties for external object
/*optional*/ DoubleGetScale ()
    Get method for attribute "Scale"
     Scale for external object
/*optional*/ Matrix3DGetTransormationMatrix ()
    Get method for attribute "TransormationMatrix"
     Use this matrix to transform from local coordinates to model coordinates
voidSetDisplayColor ( /*optional*/ StdColor value)
    Set method for attribute "DisplayColor"
     Display color for external object
voidSetEntities (CurveDescriptors value)
    Set method for attribute "Entities"
     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.)
voidSetEntityColors ( /*optional*/ StdColors value)
    Set method for attribute "EntityColors"
     A sequnce of colors for entities
voidSetLineStyle ( /*optional*/ StdLineStyle value)
    Set method for attribute "LineStyle"
     Line style for external object
voidSetProperties ( /*optional*/ ExternalObjectDisplayDataProperties value)
    Set method for attribute "Properties"
     Some display properties for external object
voidSetScale ( /*optional*/ Double value)
    Set method for attribute "Scale"
     Scale for external object
voidSetTransormationMatrix ( /*optional*/ Matrix3D value)
    Set method for attribute "TransormationMatrix"
     Use this matrix to transform from local coordinates to model coordinates

Methods Inherited from Interface com.ptc.wfc.wfcExternalObject.ExternalObjectData
GetType

Method Detail

GetDisplayColor/SetDisplayColor

/*optional*/ StdColorGetDisplayColor ()
voidSetDisplayColor ( /*optional*/ StdColor value)


     Display color for external object
Manual References:
External Objects: Display Data for External Objects, External Objects: Display Data for External Objects, External Objects: Display Data for External Objects



GetEntities/SetEntities

CurveDescriptorsGetEntities ()
voidSetEntities (CurveDescriptors value)


     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.)
Manual References:
External Objects: Display Data for External Objects, External Objects: Display Data for External Objects, External Objects: Display Data for External Objects, External Objects: Display Data for External Objects



GetEntityColors/SetEntityColors

/*optional*/ StdColorsGetEntityColors ()
voidSetEntityColors ( /*optional*/ StdColors value)


     A sequnce of colors for entities
Manual References:
External Objects: Display Data for External Objects, External Objects: Display Data for External Objects, External Objects: Display Data for External Objects



GetLineStyle/SetLineStyle

/*optional*/ StdLineStyleGetLineStyle ()
voidSetLineStyle ( /*optional*/ StdLineStyle value)


     Line style for external object
Manual References:
External Objects: Display Data for External Objects, External Objects: Display Data for External Objects, External Objects: Display Data for External Objects



GetProperties/SetProperties

/*optional*/ ExternalObjectDisplayDataPropertiesGetProperties ()
voidSetProperties ( /*optional*/ ExternalObjectDisplayDataProperties value)


     Some display properties for external object
Manual References:
External Objects: Display Data for External Objects, External Objects: Display Data for External Objects, External Objects: Display Data for External Objects



GetScale/SetScale

/*optional*/ DoubleGetScale ()
voidSetScale ( /*optional*/ Double value)


     Scale for external object
Manual References:
External Objects: Display Data for External Objects, External Objects: Display Data for External Objects, External Objects: Display Data for External Objects



GetTransormationMatrix/SetTransormationMatrix

/*optional*/ Matrix3DGetTransormationMatrix ()
voidSetTransormationMatrix ( /*optional*/ Matrix3D value)


     Use this matrix to transform from local coordinates to model coordinates
Manual References:
External Objects: Display Data for External Objects, External Objects: Display Data for External Objects, External Objects: Display Data for External Objects