Library | Package Java Toolkit

Package com.ptc.pfc.pfcDetail

Description

This module contains detail and detail item related interfaces.

Interfaces
AnnotationTextStyle 
AttachmentThis interface represents a detail item attachment.
DetailAttachmentThis interface represents attachment data of detail item. Currently supports only notes.
DetailCreateInstructionsThis interface is used to provide information on how to create a detail item.
DetailEntityInstructionsThis interface contains information used to describe a detail entity item. It may be used when creating detail entities (DetailItemOwner.CreateDetailItem(DetailCreateInstructions) and DetailSymbolDefItem.CreateDetailItem(DetailCreateInstructions)), or accessing existing entities (DetailEntityItem.Modify(DetailEntityInstructions) and DetailEntityItem.GetInstructions()).
DetailEntityItemThis interface represents a detail entity item in a Creo Parametric model.
DetailGroupInstructionsThis interface contains information used to describe a detail group item. It may be used when creating detail groups (DetailItemOwner.CreateDetailItem(DetailCreateInstructions)), or accessing existing groups (DetailGroupItem.Modify(DetailGroupInstructions) and DetailGroupItem.GetInstructions()).
DetailGroupItemThis interface represents a detail group item in a Creo Parametric model.
DetailItemThis interface represents a detail item in Creo Parametric.
DetailItemOwnerThis interface represents an object in Creo Parametric that contains detail items.
DetailLeaderAttachmentThis interface represents methods for creating leader attachment data.
DetailLeadersThis interface represents a set of leaders used by a detail item.
DetailNoteInstructionsThis interface contains information used to describe a detail note item. It may be used when creating detail notes (DetailItemOwner.CreateDetailItem(DetailCreateInstructions) and DetailSymbolDefItem.CreateDetailItem(DetailCreateInstructions)), or accessing existing notes (DetailNoteItem.Modify(DetailNoteInstructions) and DetailNoteItem.GetInstructions(boolean)).
DetailNoteItemThis interface represents a detail note item in a Creo Parametric model.
DetailOLEObjectThis interface represents a drawing-embedded OLE object.
DetailSymbolDefInstructionsThis interface contains information used to describe a symbol definition. It may be used when creating symbol definition (DetailItemOwner.CreateDetailItem(DetailCreateInstructions)), or accessing existing entities (DetailSymbolDefItem.Modify(DetailSymbolDefInstructions) and DetailSymbolDefItem.GetInstructions()).
DetailSymbolDefItemThis interface represents a symbol definition in a Creo Parametric model.
DetailSymbolGroupThis interface represents a symbol group contained in a drawing symbol.
DetailSymbolGroupInstructionsThis interface contains information used to describe a symbol group. It may be used for modifying/accessing existing symbol groups (DetailSymbolGroup.Modify(DetailSymbolGroupInstructions) and DetailSymbolGroup.GetInstructions()).
DetailSymbolInstInstructionsThis interface contains information used to describe a symbol instance. It may be used when creating symbol instances (DetailItemOwner.CreateDetailItem(DetailCreateInstructions)), or accessing existing groups (DetailSymbolInstItem.Modify(DetailSymbolInstInstructions) and DetailSymbolInstItem.GetInstructions(boolean)).
DetailSymbolInstItemThis interface represents a symbol instance in a Creo Parametric model.
DetailTextThis interface represents a text entry in a detail note.
DetailTextLineThis interface represents a line of text in a detail note.
DetailVariantTextThis interface represents a variant text element set in a symbol instance.
FreeAttachmentThis interface represents a detail item attachment at free point, possibly relative to a model view.
LeaderAttachmentThis interface represents an orindary leader attachment data.
NormalLeaderAttachmentThis interface represents a normal leader attachment data.
OffsetAttachmentThis interface represents a detail item offset attachment that refers to a point or axis.
ParametricAttachmentThis interface represents a detail item attachment on an entity or item.
SymbolDefAttachmentThis interface represents the way that an instance may be attached to a symbol definition.
TangentLeaderAttachmentThis interface represents a tangent leader attachment data.
TextReferenceThis interface identifies the text item used for a symbol definition which as a height type of SYMDEF_TEXT_RELATED.
UnsupportedAttachmentThis interface represents a detail item attachment on an item that cannot be represented in PFC at the current time.

Classes
AttachmentsThis interface contains a sequence of detail attachment objects.
AttachmentTypeThis enumerated type represents the types of detail attachments.
DetailItemsThis interface contains a sequence of detail items.
DetailLeaderAttachments 
DetailLeaderAttachmentType 
DetailNoteItems 
DetailSymbolDefItems 
DetailSymbolDefItemSource 
DetailSymbolGroupOptionThis enumerated type represents the various options of symbol group placement.
DetailSymbolGroups 
DetailSymbolInstItems 
DetailTextDisplayOption 
DetailTextLinesThis interface contains a sequence of text lines.
DetailTextsThis interface contains a sequence of texts.
DetailTypeThis enumerated type contains the types of detail items.
DetailVariantTextsThis interface contains a sequence of variant text elements used in placing a symbol instance.
HorizontalJustificationThis enumerated type represents the types of horizontal justification for notes.
LeaderAttachments 
pfcDetailContains global CIP definitions for module "pfcDetail"
SymbolDefAttachmentsThis interface contains a sequence of symbol definition attachment objects.
SymbolDefAttachmentTypeThis enumerated type represents the symbol definition attachment options.
SymbolDefHeightThis enumerated type represents the symbol definition height options.
SymbolGroupFilterThis enumerated type represents the filter option for getting symbol groups included in a symbol instance.
VerticalJustificationThis enumerated type represents the types of vertical justification for notes.