Library | Package Java Toolkit

Interface DetailEntityItem

package com.ptc.pfc.pfcDetail;

public interface DetailEntityItem
  extends com.ptc.pfc.pfcDetail.DetailItem



Description

This interface represents a detail entity item in a Creo Parametric model.
See Also:
DetailItemOwner.GetDetailItem(DetailType, int), DetailItemOwner.ListDetailItems(/*optional*/ DetailType, /*optional*/ Integer), DetailItemOwner.CreateDetailItem(DetailCreateInstructions), DetailSymbolDefItem.GetDetailItem(DetailType, int), DetailSymbolDefItem.ListDetailItems(/*optional*/ DetailType), DetailSymbolDefItem.CreateDetailItem(DetailCreateInstructions)
Direct Known Subclasses:
WDetailEntityItem



Method Summary
voidDraw ()
    Draws a detail entity item.
voidErase ()
    Erases a detail entity item.
DetailEntityInstructionsGetInstructions ()
    Returns the data used to construct the detail entity item.
/*optional*/ DetailSymbolDefItemGetSymbolDef ()
    Get method for attribute "SymbolDef"
    The symbol definition the entity belongs to, or null, if the entity is not a part of a symbol definition.
voidModify (DetailEntityInstructions Instructions)
    Modifies the definition of a an entity item.

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource
AddActionListener, RemoveActionListener, AddActionListenerWithType

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner
DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression

Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent
GetChild

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner
GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem
GetName, SetName, GetId, GetType

Methods Inherited from Interface com.ptc.pfc.pfcDetail.DetailItem
GetDetailType, Delete

Method Detail

GetSymbolDef

/*optional*/ DetailSymbolDefItemGetSymbolDef ()


    The symbol definition the entity belongs to, or null, if the entity is not a part of a symbol definition.
Manual References:
Drawings: Detail Entities Information



Draw

voidDraw ()


    Draws a detail entity item.
Manual References:
Drawings: Detail Entities Operations, Drawings: Detail Entities Operations
Returns:


Erase

voidErase ()


    Erases a detail entity item.
Manual References:
Drawings: Detail Entities Operations, Drawings: Detail Entities Operations
Returns:


GetInstructions

DetailEntityInstructionsGetInstructions ()


    Returns the data used to construct the detail entity item.
Manual References:
Drawings: Detail Entities Information, Drawings: Detail Entities Information
Returns:
The instructions data object.


Modify

voidModify (DetailEntityInstructions Instructions)


    Modifies the definition of a an entity item.
Manual References:
Drawings: Instructions, Drawings: Detail Entities Operations
Parameters:
Instructions
The instructions data object to use for the modification.
Returns: