| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ StdColor | GetDisplayColor
()
Get method for attribute "DisplayColor" Display color for external object |
| CurveDescriptors | GetEntities
()
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*/ StdColors | GetEntityColors
()
Get method for attribute "EntityColors" A sequnce of colors for entities |
| /*optional*/ StdLineStyle | GetLineStyle
()
Get method for attribute "LineStyle" Line style for external object |
| /*optional*/ ExternalObjectDisplayDataProperties | GetProperties
()
Get method for attribute "Properties" Some display properties for external object |
| /*optional*/ Double | GetScale
()
Get method for attribute "Scale" Scale for external object |
| /*optional*/ Matrix3D | GetTransormationMatrix
()
Get method for attribute "TransormationMatrix" Use this matrix to transform from local coordinates to model coordinates |
| void | SetDisplayColor
(
/*optional*/
StdColor value)
Set method for attribute "DisplayColor" Display color for external object |
| void | SetEntities
(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.) |
| void | SetEntityColors
(
/*optional*/
StdColors value)
Set method for attribute "EntityColors" A sequnce of colors for entities |
| void | SetLineStyle
(
/*optional*/
StdLineStyle value)
Set method for attribute "LineStyle" Line style for external object |
| void | SetProperties
(
/*optional*/
ExternalObjectDisplayDataProperties value)
Set method for attribute "Properties" Some display properties for external object |
| void | SetScale
(
/*optional*/
Double value)
Set method for attribute "Scale" Scale for external object |
| void | SetTransormationMatrix
(
/*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*/ StdColor | GetDisplayColor | () |
| void | SetDisplayColor | ( /*optional*/ StdColor value) |
Display color for external object
|
| GetEntities/SetEntities |
|---|
| CurveDescriptors | GetEntities | () |
| void | SetEntities | (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.)
|
| GetEntityColors/SetEntityColors |
|---|
| /*optional*/ StdColors | GetEntityColors | () |
| void | SetEntityColors | ( /*optional*/ StdColors value) |
A sequnce of colors for entities
|
| GetLineStyle/SetLineStyle |
|---|
| /*optional*/ StdLineStyle | GetLineStyle | () |
| void | SetLineStyle | ( /*optional*/ StdLineStyle value) |
Line style for external object
|
| GetProperties/SetProperties |
|---|
| /*optional*/ ExternalObjectDisplayDataProperties | GetProperties | () |
| void | SetProperties | ( /*optional*/ ExternalObjectDisplayDataProperties value) |
Some display properties for external object
|
| GetScale/SetScale |
|---|
| /*optional*/ Double | GetScale | () |
| void | SetScale | ( /*optional*/ Double value) |
Scale for external object
|
| GetTransormationMatrix/SetTransormationMatrix |
|---|
| /*optional*/ Matrix3D | GetTransormationMatrix | () |
| void | SetTransormationMatrix | ( /*optional*/ Matrix3D value) |
Use this matrix to transform from local coordinates to model coordinates
|