| Library | Module | Frames | Expand |
| /* optional */ pfcColorRGB | Color | |
| The color of the detail item. If null, the default drawing color is used. | ||
| /* optional */ string | FontName | |
| The name of the linestyle. If null, the default linestyle is used. | ||
| pfcCurveDescriptor | Geometry | |
| The geometry of the detail entity. | ||
| /* optional */ boolean | IsConstruction | |
| Whether or not the entity is construction. If null, the entity is not a construction entity. | ||
| /* optional */ pfcView2D | View | |
| The drawing view associated with the entity. This can be a view of a drawing model, or a drawing sheet background view. | ||
| /* optional */ number | Width | |
| The width of the entity line. If null, the default width is used. | ||
| static pfcDetailEntityInstructions | Create (pfcCurveDescriptor inGeometry, /* optional */ pfcView2D inView) | |
| Creates an instructions object describing how to construct a detail entity, for use in the methods pfcDetailItemOwner.CreateDetailItem(), pfcDetailSymbolDefItem.CreateDetailItem() and pfcDetailEntityItem.Modify(). | ||
| /* optional */ pfcColorRGB | Color |
|
The color of the detail item. If null, the default drawing color is used. |
| /* optional */ string | FontName |
|
The name of the linestyle. If null, the default linestyle is used. Exceptions thrown (but not limited to): pfcXToolkitNotFound - No font name is specified. |
| pfcCurveDescriptor | Geometry |
|
The geometry of the detail entity. When creating a "circle" detail entity, use an arc with a start angle of 0 and an end angle of 2*PI. Creo Parametric represents circle detail entities with the pfcArcDescriptor object. |
| /* optional */ boolean | IsConstruction |
|
Whether or not the entity is construction. If null, the entity is not a construction entity. |
| /* optional */ pfcView2D | View |
|
The drawing view associated with the entity. This can be a view of a drawing model, or a drawing sheet background view. Exceptions thrown (but not limited to): pfcXToolkitNotFound - The entity is not attached to a drawing view. |
| /* optional */ number | Width |
|
The width of the entity line. If null, the default width is used. |
| static pfcDetailEntityInstructions | Create | (pfcCurveDescriptor inGeometry, /* optional */ pfcView2D inView) |
|
Creates an instructions object describing how to construct a detail entity, for use in the methods pfcDetailItemOwner.CreateDetailItem(), pfcDetailSymbolDefItem.CreateDetailItem() and pfcDetailEntityItem.Modify(). When creating a "circle" detail entity, use an arc with a start angle of 0 and an end angle of 2*PI. Creo Parametric represents circle detail entities with the pfcArcDescriptor object.
|