| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static AnnotationTextStyle | AnnotationTextStyle_Create
()
|
| static DetailAttachment | DetailAttachment_Create
(Attachment NoteAttach,
/*optional*/
DetailLeaderAttachments LeaderAttach)
Creates attachment data for detail item. Currently supports only notes. |
| static DetailEntityInstructions | DetailEntityInstructions_Create
(CurveDescriptor inGeometry,
/*optional*/
View2D inView)
Creates an instructions object describing how to construct a detail entity, for use in the methods DetailItemOwner.CreateDetailItem(DetailCreateInstructions), DetailSymbolDefItem.CreateDetailItem(DetailCreateInstructions) and DetailEntityItem.Modify(DetailEntityInstructions). |
| static DetailGroupInstructions | DetailGroupInstructions_Create
(String inName, DetailItems inElements)
Creates an instructions data object used to describe the construction of a detail group, for use in the methods DetailItemOwner.CreateDetailItem(DetailCreateInstructions) and DetailGroupItem.Modify(DetailGroupInstructions). |
| static DetailLeaders | DetailLeaders_Create
()
Creates a data object describing a set of detail item leaders. |
| static DetailNoteInstructions | DetailNoteInstructions_Create
(DetailTextLines inTextLines)
Creates a data object used to describe how a detail note item should be construct, when passed to DetailItemOwner.CreateDetailItem(DetailCreateInstructions), DetailSymbolDefItem.CreateDetailItem(DetailCreateInstructions), or DetailNoteItem.Modify(DetailNoteInstructions). |
| static DetailSymbolDefInstructions | DetailSymbolDefInstructions_Create
(String inFullPath)
Creates an instructions object used to create a symbol definition. Pass this object to DetailItemOwner.CreateDetailItem(DetailCreateInstructions) and DetailSymbolDefItem.Modify(DetailSymbolDefInstructions). |
| static DetailSymbolGroupInstructions | DetailSymbolGroupInstructions_Create
(String Name, DetailItems Items)
Creates a data object having a specific name and list of detail items. |
| static DetailSymbolInstInstructions | DetailSymbolInstInstructions_Create
(DetailSymbolDefItem inSymbolDef)
Creates a data object containing information about a symbol instance placement. Pass this object to DetailItemOwner.CreateDetailItem(DetailCreateInstructions) and DetailSymbolInstItem.Modify(DetailSymbolInstInstructions). |
| static DetailText | DetailText_Create
(String inText)
Creates a data object containing a text item in a note. |
| static DetailTextLine | DetailTextLine_Create
(DetailTexts inTexts)
Creates a data object containing a line of text in a note. |
| static DetailVariantText | DetailVariantText_Create
(String inPrompt, String inValue)
Creates a data object describing the replacement of variable text in a symbol definition. |
| static FreeAttachment | FreeAttachment_Create
(Point3D inAttachmentPoint)
Creates a data object used for representing a free attachment. A free attachment is relative to a fixed location, or relative to a fixed location with respect to a drawing view. |
| static LeaderAttachment | LeaderAttachment_Create
(Attachment LeaderAttachs)
Creates leader attachment. |
| static NormalLeaderAttachment | NormalLeaderAttachment_Create
(Attachment LeaderAttachs)
Creates normal leader attachment. |
| static OffsetAttachment | OffsetAttachment_Create
(Selection inAttachedGeometry, Point3D inAttachmentPoint)
Creates a data object, used for attaching a detail item, offset to a reference point or axis. |
| static ParametricAttachment | ParametricAttachment_Create
(Selection inAttachedGeometry)
Creates a data object, used for attaching a detail item to an item. |
| static SymbolDefAttachment | SymbolDefAttachment_Create
(SymbolDefAttachmentType inType, Point3D inAttachmentPoint)
Creates a data object that represents the way that an instance may be attached to a symbol definition. |
| static TangentLeaderAttachment | TangentLeaderAttachment_Create
(Attachment LeaderAttachs)
Creates tangent leader attachment. |
| static TextReference | TextReference_Create
(DetailNoteItem inTextRefNote, int inTextLineNumber, int inTextIndexNumber)
Creates a data object that identifies the text item used for a symbol definition which as a height type of SYMDEF_TEXT_RELATED. |
| Method Detail |
|---|
| FreeAttachment_Create |
|---|
| static FreeAttachment | FreeAttachment_Create | (Point3D inAttachmentPoint) |
Creates a data object used for representing a free attachment.
A free attachment is relative to a fixed location, or relative to a fixed location with respect to a drawing view.
|
| OffsetAttachment_Create |
|---|
| static OffsetAttachment | OffsetAttachment_Create | (Selection inAttachedGeometry, Point3D inAttachmentPoint) |
Creates a data object, used for attaching a detail item, offset to a reference point or axis.
|
| ParametricAttachment_Create |
|---|
| static ParametricAttachment | ParametricAttachment_Create | (Selection inAttachedGeometry) |
Creates a data object, used for attaching a detail item to an item.
|
| LeaderAttachment_Create |
|---|
| static LeaderAttachment | LeaderAttachment_Create | (Attachment LeaderAttachs) |
Creates leader attachment.
|
| NormalLeaderAttachment_Create |
|---|
| static NormalLeaderAttachment | NormalLeaderAttachment_Create | (Attachment LeaderAttachs) |
Creates normal leader attachment.
|
| TangentLeaderAttachment_Create |
|---|
| static TangentLeaderAttachment | TangentLeaderAttachment_Create | (Attachment LeaderAttachs) |
Creates tangent leader attachment.
|
| DetailAttachment_Create |
|---|
| static DetailAttachment | DetailAttachment_Create | (Attachment NoteAttach, /*optional*/ DetailLeaderAttachments LeaderAttach) |
Creates attachment data for detail item. Currently supports only notes.
|
| DetailLeaders_Create |
|---|
| static DetailLeaders | DetailLeaders_Create | () |
Creates a data object describing a set of detail item leaders.
|
| DetailEntityInstructions_Create |
|---|
| static DetailEntityInstructions | DetailEntityInstructions_Create | (CurveDescriptor inGeometry, /*optional*/ View2D inView) |
| Creates an instructions object describing how to construct a detail entity, for use in the methods DetailItemOwner.CreateDetailItem(DetailCreateInstructions), DetailSymbolDefItem.CreateDetailItem(DetailCreateInstructions) and DetailEntityItem.Modify(DetailEntityInstructions).
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 ArcDescriptor object.
|
| AnnotationTextStyle_Create |
|---|
| static AnnotationTextStyle | AnnotationTextStyle_Create | () |
|
| DetailText_Create |
|---|
| static DetailText | DetailText_Create | (String inText) |
Creates a data object containing a text item in a note.
|
| DetailTextLine_Create |
|---|
| static DetailTextLine | DetailTextLine_Create | (DetailTexts inTexts) |
Creates a data object containing a line of text in a note.
|
| DetailNoteInstructions_Create |
|---|
| static DetailNoteInstructions | DetailNoteInstructions_Create | (DetailTextLines inTextLines) |
Creates a data object used to describe how a detail note item should be construct, when passed to DetailItemOwner.CreateDetailItem(DetailCreateInstructions), DetailSymbolDefItem.CreateDetailItem(DetailCreateInstructions), or DetailNoteItem.Modify(DetailNoteInstructions).
|
| SymbolDefAttachment_Create |
|---|
| static SymbolDefAttachment | SymbolDefAttachment_Create | (SymbolDefAttachmentType inType, Point3D inAttachmentPoint) |
Creates a data object that represents the way that an instance may be attached to a symbol definition.
|
| TextReference_Create |
|---|
| static TextReference | TextReference_Create | (DetailNoteItem inTextRefNote, int inTextLineNumber, int inTextIndexNumber) |
Creates a data object that identifies the text item used for a symbol definition which as a height type of SYMDEF_TEXT_RELATED.
|
| DetailSymbolDefInstructions_Create |
|---|
| static DetailSymbolDefInstructions | DetailSymbolDefInstructions_Create | (String inFullPath) |
Creates an instructions object used to create a symbol definition. Pass this object to DetailItemOwner.CreateDetailItem(DetailCreateInstructions) and DetailSymbolDefItem.Modify(DetailSymbolDefInstructions).
|
| DetailSymbolGroupInstructions_Create |
|---|
| static DetailSymbolGroupInstructions | DetailSymbolGroupInstructions_Create | (String Name, DetailItems Items) |
Creates a data object having a specific name and list of detail items.
|
| DetailVariantText_Create |
|---|
| static DetailVariantText | DetailVariantText_Create | (String inPrompt, String inValue) |
Creates a data object describing the replacement of variable text in a symbol definition.
|
| DetailSymbolInstInstructions_Create |
|---|
| static DetailSymbolInstInstructions | DetailSymbolInstInstructions_Create | (DetailSymbolDefItem inSymbolDef) |
Creates a data object containing information about a symbol instance placement.
Pass this object to DetailItemOwner.CreateDetailItem(DetailCreateInstructions)
and DetailSymbolInstItem.Modify(DetailSymbolInstInstructions).
|
| DetailGroupInstructions_Create |
|---|
| static DetailGroupInstructions | DetailGroupInstructions_Create | (String inName, DetailItems inElements) |
Creates an instructions data object used to describe the construction of a detail group, for use in the methods DetailItemOwner.CreateDetailItem(DetailCreateInstructions) and DetailGroupItem.Modify(DetailGroupInstructions).
|