Library
|
File
Frames
|
Expand
Class wfcWDetailGroupItem
# include <
wfcDetail.h
>
class
wfcWDetailGroupItem
: public virtual
wfcWModelItem
,
: public virtual
pfcDetailGroupItem
{
xaideclare
(
wfcWDetailGroupItem
)
...
};
Description
Extends the functionality of
pfcDetailGroupItem
This is the actual type of Detail Group Items in Object Toolkit.
Manual References:
Overview of Creo Object TOOLKIT C++: Casting of Creo Object TOOLKIT C++ pfc Classes to wfc Classes
Method Summary
void
AddElement
(
pfcDetailItem_ptr
Item)
Add an element to the group.
Methods Inherited from Class
pfcActionSource
:
AddActionListener
,
RemoveActionListener
Methods Inherited from Class
pfcParent
:
GetChild
Methods Inherited from Class
pfcParameterOwner
:
GetParam
,
CreateParam
,
ListParams
,
SelectParam
,
CreateParamWithUnits
,
SelectParameters
Methods Inherited from Class
wfcWParameterOwner
:
ExportParameterTable
,
ApplyParameterTableset
Methods Inherited from Class
pfcRelationOwner
:
DeleteRelations
,
GetRelations
,
SetRelations
,
RegenerateRelations
,
EvaluateExpression
Methods Inherited from Class
wfcWRelationOwner
:
GetRelationConstraints
,
UnitsUsed
,
UseUnits
,
EvaluateExpressionWithUnits
Methods Inherited from Class
pfcChild
:
GetDBParent
,
GetOId
Methods Inherited from Class
pfcModelItem
:
GetName
,
SetName
,
GetId
,
GetType
Methods Inherited from Class
wfcWModelItem
:
DeleteUserDefinedName
,
Unhide
,
Hide
,
IsHidden
,
IsNameReadOnly
,
IsZoneFeature
,
GetDefaultName
Methods Inherited from Class
pfcDetailItem
:
GetDetailType
,
Delete
Methods Inherited from Class
pfcDetailGroupItem
:
Erase
,
Draw
,
GetInstructions
,
Modify
Method Detail
void
AddElement
(
pfcDetailItem_ptr
Item)
Add an element to the group.
Manual References:
Drawings: Detail Group Data
,
Technical Summary of Changes for Creo 4.0 F000: Detail Items
Parameters:
Item
The detail item to be added.
Returns: