

void | |
Add gtol references | |
void | Delete () |
Deletes a gtol from its owning Creo Parametric model. | |
void | DeleteReference (int RefIndex) |
Delete gtol reference | |
/*cipOptional*/ Envelope3D | Get3DLineEnvelope (int LineNumber) |
LICENSE: 222 Get the envelope of a line in a specified geometric tolerance. <p><b>Note:</b> This function only supports gtols which are placed on an annotation plane. | |
/*cipOptional*/ Point3D | |
Get the text point location in model co-ordinates from input text position | |
/*cipOptional*/ AnnotationTextStyle | |
LICENSE: 222 Gets the text style for the additional text applied to a geometric tolerance. | |
/*cipOptional*/ String | |
Obtains the text added to the bottom of the geometric tolerance. | |
Gets horizontal justification for additional gtol text at the bottom | |
GetComposite () | |
Get composite tolerance frame | |
boolean | |
Get Share datum references for composite frame | |
Get datum references to gtol. | |
/*cipOptional*/ DetailNoteItem | |
Return the detail note that represents a shown geometric tolerance. | |
/*cipOptional*/ GTolElbow | GetElbow () |
LICENSE: 222 Obtains the elbow properties of the geometric tolerance. <p><b>Note:</b> This function only supports gtols which are placed on an annotation plane. | |
Get the envelope of gtol. For getting coordinates of gtol displayed in solid and same gtol is displayed in drawing then drawing should not be active. | |
Get Annotation Plane and location from Free type wfcGTol::GTol::GetGTolAttach() leader attachment info. Get datum from gtol AttachGet annotation from gtol AttachGet offset ref from gtol AttachGet make dim information from gtol attachget gtol Attach | |
/*cipOptional*/ String | GetGTolName () |
Get name of gtol | |
GetGTolType () | |
Set gtol type | |
Get indicators of gtol | |
/*cipOptional*/ String | GetLeftText () |
Obtains the text added to the left of the geometric tolerance. | |
/*cipOptional*/ DetailNoteItems | |
Gets the detail notes that represent a geometric tolerance in a drawing. | |
Get gtol references Note: This function only supports gtols which are not created as Annotation Elements. For Annotation Element Gtol use wfcAnnotation::AnnotationElement::CollectAnnotationReferences(). | |
/*cipOptional*/ String | GetRightText () |
Retrieves the text of the specified geometrical tolerance. | |
LICENSE: 222 Get the envelope of the right text in a specified geometric tolerance. <p><b>Note:</b> This function only supports gtols which are placed on an annotation plane. | |
GetTopModel () | |
Get top model of gtol | |
/*cipOptional*/ String | GetTopText () |
Obtains the text added to the top of the geometric tolerance. | |
Gets horizontal justification for additional gtol text at the top | |
Get Unilateral modifier. | |
/*cipOptional*/ String | |
Get value string of gtol | |
boolean | |
LICENSE: 222 Get if Additional text to a geometric tolerance with particular wfcGTol::GTolTextType is Boxed. Note that only Top and Bottom wfcGTol::GTolTextType can have Boxed. | |
boolean | IsAllAround () |
Get all around option for profile gtol | |
boolean | IsAllOver () |
Get all over option for profile gtol | |
boolean | |
Get display of Boundary modifier. | |
void | |
LICENSE: 222 Set Boxed to Additional text to a geometric tolerance with particular wfcGTol::GTolTextType. Note that only Top and Bottom wfcGTol::GTolTextType can have Boxed. | |
void | SetAllAround (boolean AllAround) |
Set all around option for profile gtol | |
void | SetAllOver (boolean AllOver) |
Set all over option for profile gtol | |
void | |
Set annotation related gtol AttachChange gtol Attach | |
void | |
Set annotation (pfcITEM_NOTE) related gtol Attach to elbow instead of text | |
void | |
Set datum gtol AttachChange gtol Attach | |
void | |
Set Free type attachmentChange gtol Attach | |
void | |
Set leader type attachmentChange gtol Attach | |
void | |
Set make dim type gtol attach Use this function along with ProMdlGtolCreate for creating make-dim type gtol, only in drawing.Change gtol Attach | |
void | |
Set offset gtol Attach Use this function along with ProMdlGtolCreate for creating offset type gtol, only in drawing.Change gtol Attach | |
void | SetBottomText (String BelowText) |
Assigns the text added to the bottom of the geometric tolerance. | |
void | |
Sets horizontal justification for additional gtol text at the bottom | |
void | SetBoundaryDisplay (boolean Display) |
Set display of Boundary modifier. | |
void | |
Set composite tolerance | |
void | SetCompositeSharedReference (boolean state) |
Set Share datum references for composite frame | |
void | |
Set datum references to gtol. | |
void | |
LICENSE: 222 Set elbow to gtol. <p><b>Note:</b> This function only supports leader type gtols which are placed on an annotation plane. | |
void | |
LICENSE: 222 Sets the text style for the additional text applied to a geometric tolerance. Note that not all text style properties are supported for gtol additional text; unsupported properties are ignored by this function. | |
void | |
Set gtol type | |
void | |
Set indicators of gtol. Pass types, symbols and dfs as NULL to remove all indicators. | |
void | SetLeftText (String leftText) |
Assigns the text added to the left of the geometric tolerance. | |
void | SetRightText (String RightText) |
Sets the text of the specified geometric tolerance. | |
void | SetTopText (String TopText) |
Assigns the text added to the top of the geometric tolerance. | |
void | |
Sets horizontal justification for additional gtol text at the top | |
void | |
Set Unilateral modifier. | |
void | SetValueString (String ValueString) |
Set value string of gtol | |
boolean | |
Check whether the gtol is valid or not |

GetGTolName | ||
/*cipOptional*/ String | GetGTolName | () |

IsAddlTextBoxed | ||
boolean | IsAddlTextBoxed |

SetAddlTextBoxed | ||
void | SetAddlTextBoxed |

IsAllAround | ||
boolean | IsAllAround | () |

SetAllAround | ||
void | SetAllAround | (boolean AllAround) |

IsAllOver | ||
boolean | IsAllOver | () |

SetAllOver | ||
void | SetAllOver | (boolean AllOver) |

GetBottomText | ||
/*cipOptional*/ String | GetBottomText | () |

SetBottomText | ||
void | SetBottomText | (String BelowText) |

GetBottomTextHorizJustification | ||
GetBottomTextHorizJustification | () |

SetBottomTextHorizJustification | ||
void | SetBottomTextHorizJustification |

IsBoundaryDisplay | ||
boolean | IsBoundaryDisplay | () |

SetBoundaryDisplay | ||
void | SetBoundaryDisplay | (boolean Display) |

GetComposite | ||
GetComposite | () |

SetComposite | ||
void | SetComposite |

GetCompositeSharedReference | ||
boolean | GetCompositeSharedReference | () |

SetCompositeSharedReference | ||
void | SetCompositeSharedReference | (boolean state) |

GetDatumReferences | ||
GetDatumReferences | () |

SetDatumReferences | ||
void | SetDatumReferences |

Delete | ||
void | Delete | () |

GetDetailNote | ||
/*cipOptional*/ DetailNoteItem | GetDetailNote |

GetElbow | ||
/*cipOptional*/ GTolElbow | GetElbow | () |

SetElbow | ||
void | SetElbow |

GetIndicators | ||
GetIndicators | () |

SetIndicators | ||
void | SetIndicators |

GetLeftText | ||
/*cipOptional*/ String | GetLeftText | () |

SetLeftText | ||
void | SetLeftText | (String leftText) |

Get3DLineEnvelope | ||
/*cipOptional*/ Envelope3D | Get3DLineEnvelope | (int LineNumber) |

DeleteReference | ||
void | DeleteReference | (int RefIndex) |

AddReferences | ||
void | AddReferences |

GetReferences | ||
GetReferences | () |

GetRightTextEnvelope | ||
GetRightTextEnvelope | () |

GetRightText | ||
/*cipOptional*/ String | GetRightText | () |

SetRightText | ||
void | SetRightText | (String RightText) |

GetTopModel | ||
GetTopModel | () |

GetTopText | ||
/*cipOptional*/ String | GetTopText | () |

SetTopText | ||
void | SetTopText | (String TopText) |

GetTopTextHorizJustification | ||
GetTopTextHorizJustification | () |

SetTopTextHorizJustification | ||
void | SetTopTextHorizJustification |

GetGTolType | ||
GetGTolType | () |

SetGTolType | ||
void | SetGTolType |

GetValueString | ||
/*cipOptional*/ String | GetValueString | () |

SetValueString | ||
void | SetValueString | (String ValueString) |

Validate | ||
boolean | Validate |

GetUnilateralModifier | ||
GetUnilateralModifier | () |

SetUnilateralModifier | ||
void | SetUnilateralModifier |

SetGTolAdditionaltextTextStyle | ||
void | SetGTolAdditionaltextTextStyle |

GetAdditionaltextTextStyle | ||
/*cipOptional*/ AnnotationTextStyle | GetAdditionaltextTextStyle |

GetGTolAttach | ||
GetGTolAttach | () |

SetAttachFree | ||
void | SetAttachFree |

SetAttachLeader | ||
void | SetAttachLeader |

SetAttachDatum | ||
void | SetAttachDatum |

SetAttachAnnotation | ||
void | SetAttachAnnotation |

SetAttachOffset | ||
void | SetAttachOffset |

SetAttachMakeDimension | ||
void | SetAttachMakeDimension |

SetAttachAnnotationElbow | ||
void | SetAttachAnnotationElbow |

GetNotes | ||
/*cipOptional*/ DetailNoteItems | GetNotes |

GetEnvelope | ||
GetEnvelope |

GetAdditionalTextLocation | ||
/*cipOptional*/ Point3D | GetAdditionalTextLocation |
