Library | Package Java Toolkit

Interface DetailGroupItem

package com.ptc.pfc.pfcDetail;

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



Description

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



Method Summary
voidDraw ()
    Draws a group detail item.
voidErase ()
    Erases a detail group item.
DetailGroupInstructionsGetInstructions ()
    Gets a data object describing how a detail group item is constructed.
voidModify (DetailGroupInstructions Instructions)
    Changes the definition of a detail group 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

Erase

voidErase ()


    Erases a detail group item.
Manual References:
Drawings: Detail Groups Operations, Drawings: Detail Groups Operations
Returns:


Draw

voidDraw ()


    Draws a group detail item.
Manual References:
Drawings: Detail Groups Operations, Drawings: Detail Groups Operations
Returns:


GetInstructions

DetailGroupInstructionsGetInstructions ()


    Gets a data object describing how a detail group item is constructed.
Manual References:
Drawings: Detail Groups Information
Returns:
The data object describing the group item.


Modify

voidModify (DetailGroupInstructions Instructions)


    Changes the definition of a detail group item.
Manual References:
Drawings: Instructions, Drawings: Detail Groups Operations
Parameters:
Instructions
A data object describing how to construct the detail group item.
Returns: