| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| FamilyTableColumn | AddColumn
(FamilyTableColumn Column,
/*optional*/
ParamValues Values)
Adds a new column to the family table. |
| FamilyTableRow | AddRow
(String InstanceName,
/*optional*/
ParamValues Values)
Adds a new row to the family table. |
| FamilyTableColumn | CreateColumn
(FamilyColumnType Type, String Symbol)
Creates a new family table column object given a string symbol. |
| FamColCompModel | CreateCompModelColumn
(Feature Comp)
Creates a component model column that will be added to a family table. |
| FamColComp | CreateComponentColumn
(Feature Comp)
Creates a single component column in the family table. |
| FamColDimension | CreateDimensionColumn
(Dimension Dim)
Creates a dimension column in the family table. |
| FamColFeature | CreateFeatureColumn
(Feature Feat)
Creates a feature column in the family table. |
| FamColGroup | CreateGroupColumn
(FeatureGroup Group)
Creates a group column in the family table. |
| FamColMergePart | CreateMergePartColumn
(Feature Feat)
Creates a merged-part column in the family table. |
| FamColParam | CreateParamColumn
(Parameter Param)
Creates a parameter column in the family table. |
| FamColTolMinus | CreateTolMinusColumn
(Dimension Dim)
Creates a new family table column representing a dimension tolerance minus value. |
| FamColTolPlus | CreateTolPlusColumn
(Dimension Dim)
Creates a new family table column representing a dimension tolerance plus value. |
| FamColTolPlusMinus | CreateTolPlusMinusColumn
(Dimension Dim)
Creates a new family table column representing a dimension tolerance plus/minus symmetric value. |
| /*optional*/ ParamValue | GetCell
(FamilyTableColumn Column, FamilyTableRow Row)
Retrieves the value in the specified cell of the family table. |
| boolean | GetCellIsDefault
(FamilyTableColumn Column, FamilyTableRow Row)
Determines if the value of the item in the specified cell is the default value. |
| /*optional*/ FamilyTableColumn | GetColumn
(String Symbol)
Returns a column in the family table, given its string name. |
| /*optional*/ ModelDescriptor | GetImmediateGenericInfo
()
Gets the model descriptor of the immediate generic model. |
| /*optional*/ FamilyMember | GetParent
()
Get method for attribute "Parent" The parent of the member object (the immediate generic model). |
| /*optional*/ FamilyTableRow | GetRow
(String InstanceName)
Returns the specified row of the family table. |
| ModelDescriptor | GetTopGenericInfo
()
Gets the model descriptor of the top generic model. |
| /*optional*/ FamilyTableColumns | ListColumns
()
Lists the columns of the family table. |
| /*optional*/ FamilyTableRows | ListRows
()
Lists the rows of the family table. |
| void | RemoveColumn
(FamilyTableColumn Column)
Removes a specified column from the family table. |
| void | RemoveRow
(FamilyTableRow Row)
Removes a specified row from the family table. |
| void | SetCell
(FamilyTableColumn Column, FamilyTableRow Row, ParamValue Value)
Sets the value of the specified cell in the family table. |
| Method Detail |
|---|
| GetParent |
|---|
| /*optional*/ FamilyMember | GetParent | () |
| The parent of the member object (the immediate generic model). If immediate generic model is not in session an XToolkitCantOpen exception is thrown. In that case use FamilyMember.GetImmediateGenericInfo() to get the model descriptor of immediate generic. Exceptions thrown (but not limited to): XToolkitNotFound - The specified model is not an instance -- it has no generic model. XToolkitCantOpen - The immediate generic is not in session ('immediate' is set to TRUE). Use ProFaminstanceImmediategenericinfoGet() to obtain the name and modeltype of immediate generic in such case.
|
| GetImmediateGenericInfo |
|---|
| /*optional*/ ModelDescriptor | GetImmediateGenericInfo | () |
| Gets the model descriptor of the immediate generic model.
Exceptions thrown (but not limited to): XToolkitNotFound - The specified model is not an instance -- it has no generic model.
|
| GetTopGenericInfo |
|---|
| ModelDescriptor | GetTopGenericInfo | () |
| Gets the model descriptor of the top generic model.
Exceptions thrown (but not limited to): XToolkitNotFound - The specified model is not an instance -- it has no generic model. XToolkitCantOpen - The immediate generic is not in session ('immediate' is set to TRUE). Use ProFaminstanceImmediategenericinfoGet() to obtain the name and modeltype of immediate generic in such case.
|
| ListColumns |
|---|
| /*optional*/ FamilyTableColumns | ListColumns | () |
Lists the columns of the family table.
|
| ListRows |
|---|
| /*optional*/ FamilyTableRows | ListRows | () |
Lists the rows of the family table.
|
| GetCell |
|---|
| /*optional*/ ParamValue | GetCell | (FamilyTableColumn Column, FamilyTableRow Row) |
| Retrieves the value in the specified cell of the family table.
Exceptions thrown (but not limited to): XToolkitNotFound - The specified instance does not exist in the family table, or the specified model item is not table-driven.
|
| SetCell |
|---|
| void | SetCell | (FamilyTableColumn Column, FamilyTableRow Row, ParamValue Value) |
| Sets the value of the specified cell in the family table.
Exceptions thrown (but not limited to): XToolkitNotFound - The specified instance does not exist in the family table, or the specified model item is not table-driven.
|
| GetCellIsDefault |
|---|
| boolean | GetCellIsDefault | (FamilyTableColumn Column, FamilyTableRow Row) |
| Determines if the value of the item in the specified
cell is the default value.
Exceptions thrown (but not limited to): XToolkitNotFound - The specified instance does not exist in the family table, or the specified model item is not table-driven.
|
| AddRow |
|---|
| FamilyTableRow | AddRow | (String InstanceName, /*optional*/ ParamValues Values) |
| Adds a new row to the family table.
Exceptions thrown (but not limited to): XToolkitFound - The specified instance already exists in the family table. XToolkitAbort - Operation of adding instance is aborted since the supplied name was already in use.
|
| GetRow |
|---|
| /*optional*/ FamilyTableRow | GetRow | (String InstanceName) |
Returns the specified row of the family table.
|
| RemoveRow |
|---|
| void | RemoveRow | (FamilyTableRow Row) |
| Removes a specified row from the family table.
Exceptions thrown (but not limited to): XToolkitNotFound - The specified instance does not exist in the family table.
|
| AddColumn |
|---|
| FamilyTableColumn | AddColumn | (FamilyTableColumn Column, /*optional*/ ParamValues Values) |
| Adds a new column to the family table.
Exceptions thrown (but not limited to): XToolkitNoChange - The specified item already exists in the family table.
|
| RemoveColumn |
|---|
| void | RemoveColumn | (FamilyTableColumn Column) |
| Removes a specified column from the family table.
Exceptions thrown (but not limited to): XToolkitNotFound - The specified item was not found in the family table.
|
| GetColumn |
|---|
| /*optional*/ FamilyTableColumn | GetColumn | (String Symbol) |
Returns a column in the family table, given its string name.
|
| CreateColumn |
|---|
| FamilyTableColumn | CreateColumn | (FamilyColumnType Type, String Symbol) |
| Creates a new family table column object given a string symbol.
The column will not be added to the family table until FamilyMember.AddColumn(FamilyTableColumn, /*optional*/ ParamValues) is used.
|
| CreateParamColumn |
|---|
| FamColParam | CreateParamColumn | (Parameter Param) |
| Creates a parameter column in the family table.
The column name will be same as the parameter name. The column will not be added to the family table until FamilyMember.AddColumn(FamilyTableColumn, /*optional*/ ParamValues) is used.
|
| CreateDimensionColumn |
|---|
| FamColDimension | CreateDimensionColumn | (Dimension Dim) |
| Creates a dimension column in the family table.
The string name for this column will be "d#", where # is the dimension id. The column will not be added to the family table until FamilyMember.AddColumn(FamilyTableColumn, /*optional*/ ParamValues) is used.
|
| CreateFeatureColumn |
|---|
| FamColFeature | CreateFeatureColumn | (Feature Feat) |
| Creates a feature column in the family table.
The string name for this column will be "f#", where # is the feature id. The column will not be added to the family table until FamilyMember.AddColumn(FamilyTableColumn, /*optional*/ ParamValues) is used.
|
| CreateComponentColumn |
|---|
| FamColComp | CreateComponentColumn | (Feature Comp) |
| Creates a single component column in the family table.
The string name for this column will be "m#", where # is the component id. The return value must be passed to FamilyMember.AddColumn(FamilyTableColumn, /*optional*/ ParamValues) .
|
| CreateCompModelColumn |
|---|
| FamColCompModel | CreateCompModelColumn | (Feature Comp) |
| Creates a component model column that will be added to a family table.
The string name for this column will be "mm#", where "#" is the component feature id. A component model column drives all occurrences of a component part (or subassembly) in an assembly. Creating a component model column is the same as using Family Tab > Add Item > Component, then selecting an occurrence of the component and choosing All. The return value must be passed to FamilyMember.AddColumn(FamilyTableColumn, /*optional*/ ParamValues) .
|
| CreateGroupColumn |
|---|
| FamColGroup | CreateGroupColumn | (FeatureGroup Group) |
| Creates a group column in the family table.
The column will not be added to the family table until FamilyMember.AddColumn(FamilyTableColumn, /*optional*/ ParamValues) is used.
|
| CreateMergePartColumn |
|---|
| FamColMergePart | CreateMergePartColumn | (Feature Feat) |
| Creates a merged-part column in the family table.
The column will not be added to the family table until FamilyMember.AddColumn(FamilyTableColumn, /*optional*/ ParamValues) is used.
|
| CreateTolPlusColumn |
|---|
| FamColTolPlus | CreateTolPlusColumn | (Dimension Dim) |
| Creates a new family table column representing a dimension tolerance plus value.
The string name for this column will be "tp#", where # is the dimension id. The column will not be added to the family table until FamilyMember.AddColumn(FamilyTableColumn, /*optional*/ ParamValues) is used.
|
| CreateTolMinusColumn |
|---|
| FamColTolMinus | CreateTolMinusColumn | (Dimension Dim) |
| Creates a new family table column representing a dimension tolerance minus value.
The string name for this column will be "tm#", where # is the dimension id. The column will not be added to the family table until FamilyMember.AddColumn(FamilyTableColumn, /*optional*/ ParamValues) is used.
|
| CreateTolPlusMinusColumn |
|---|
| FamColTolPlusMinus | CreateTolPlusMinusColumn | (Dimension Dim) |
| Creates a new family table column representing a dimension tolerance plus/minus symmetric value.
The string name for this column will be "tpm#", where # is the dimension id. The column will not be added to the family table until FamilyMember.AddColumn(FamilyTableColumn, /*optional*/ ParamValues) is used.
|