| Library | File | Frames | Expand |
| void | Display () | |
| Displays annotation which is temporarily undisplayed by wfcAnnotation::Undisplay(). This method must be called after making changes in an annotation. | ||
| void | DisplayInDrawing (pfcDrawing_ptr DrawingModel, optional pfcView2D_ptr DrawingView, optional pfcComponentPath_ptr CompPath) | |
| Displays annotation owned by solid and shown in drawing which is temporarily undisplayed by wfcAnnotation::Undisplay(). This method must be called after making changes in an annotation. | ||
| optional wfcAnnotationElement_ptr | GetAnnotationElement () | |
| LICENSE: 222 |
||
| wfcAnnotationAttachmentAssociativity | GetAttachmentAssociativity (pfcDrawing_ptr Drawing) | |
| LICENSE: 222 |
||
| optional pfcAnnotationTextStyle_ptr | GetTextStyle () | |
| LICENSE: 222 Get textstyle information of annotation. |
||
| optional pfcAnnotationTextStyle_ptr | GetTextStyleInDrawing (pfcDrawing_ptr Drawing, optional pfcComponentPath_ptr CompPath, optional pfcView2D_ptr View) | |
| LICENSE: 222 Get textstyle information of annotation in specified drawing. |
||
| xbool | IsAssociative (pfcDrawing_ptr Drawing) | |
| LICENSE: 222 |
||
| xbool | IsInactive () | |
| LICENSE: 222 |
||
| xbool | IsShown (optional pfcDrawing_ptr DrawingModel) | |
| Checks if annotation is shown in owner or specified drawing. | ||
| void | Rotate (xreal Angle) | |
| LICENSE: 222 |
||
| void | SetTextStyle (pfcAnnotationTextStyle_ptr TextStyle) | |
| LICENSE: 222 Get textstyle information of annotation. |
||
| void | SetTextStyleInDrawing (pfcAnnotationTextStyle_ptr TextStyle, pfcDrawing_ptr Drawing, optional pfcComponentPath_ptr CompPath, optional pfcView2D_ptr View) | |
| LICENSE: 222 Set textstyle information of annotation in specified drawing. |
||
| void | ShowInDrawing (pfcView2D_ptr DrawingView, optional pfcComponentPath_ptr CompPath) | |
| Show annotation owned by solid in a drawing. | ||
| void | Undisplay () | |
| Undisplays annotation temporarily. This method must be called before making any changes in an annotation. | ||
| void | UndisplayInDrawing (pfcDrawing_ptr DrawingModel, optional pfcComponentPath_ptr CompPath) | |
| Undisplays annotation owned by solid and shown in drawing temporarily. This method must be called before making any changes in an annotation. | ||
| void | Update (optional pfcDrawing_ptr DrawingModel) | |
| Updates the display of the annotation, but does not actually display it anywhere. If the annotation is not currently displayed (because its hidden by layer status or inactive geometry) the text extracted from the annotation with mode pfcDIM_DISPLAY_NUMERIC may include callout symbols instead of the text shown to the user. This method will tell Creo Parametric to update the contents of the annotation to cross-reference these callout values. | ||
| void | UpdateAttachment (pfcDrawing_ptr Drawing) | |
| LICENSE: 222 Updates the attachment of the drawing annotation and makes it associative to the attachment of the annotation in the 3D model. |
||
| void | UpdatePosition (pfcDrawing_ptr Drawing) | |
| LICENSE: 222 Updates the position of the drawing annotation and makes it associative to the position of the annotation in the 3D model. |
||
| void | ShowInDrawing | (pfcView2D_ptr DrawingView, optional pfcComponentPath_ptr CompPath) |
|
Show annotation owned by solid in a drawing.
|
| void | Display | () |
|
Displays annotation which is temporarily undisplayed by wfcAnnotation::Undisplay(). This method must be called after making changes in an annotation.
|
| void | DisplayInDrawing | (pfcDrawing_ptr DrawingModel, optional pfcView2D_ptr DrawingView, optional pfcComponentPath_ptr CompPath) |
|
Displays annotation owned by solid and shown in drawing which is temporarily undisplayed by wfcAnnotation::Undisplay(). This method must be called after making changes in an annotation.
|
| void | Undisplay | () |
|
Undisplays annotation temporarily. This method must be called before making any changes in an annotation.
|
| void | UndisplayInDrawing | (pfcDrawing_ptr DrawingModel, optional pfcComponentPath_ptr CompPath) |
|
Undisplays annotation owned by solid and shown in drawing temporarily. This method must be called before making any changes in an annotation.
|
| xbool | IsShown | (optional pfcDrawing_ptr DrawingModel) |
|
Checks if annotation is shown in owner or specified drawing.
|
| void | Update | (optional pfcDrawing_ptr DrawingModel) |
|
Updates the display of the annotation, but does not actually display it anywhere. If the annotation is not currently displayed (because its hidden by layer status or inactive geometry) the text extracted from the annotation with mode pfcDIM_DISPLAY_NUMERIC may include callout symbols instead of the text shown to the user. This method will tell Creo Parametric to update the contents of the annotation to cross-reference these callout values. This method currently supports '3D model notes' and 'detail notes' only.
|
| optional pfcAnnotationTextStyle_ptr | GetTextStyle | () |
| LICENSE: 222
Get textstyle information of annotation.
|
| void | SetTextStyle | (pfcAnnotationTextStyle_ptr TextStyle) |
| LICENSE: 222
Get textstyle information of annotation.
|
| optional pfcAnnotationTextStyle_ptr | GetTextStyleInDrawing | (pfcDrawing_ptr Drawing, optional pfcComponentPath_ptr CompPath, optional pfcView2D_ptr View) |
| LICENSE: 222
Get textstyle information of annotation in specified drawing.
|
| void | SetTextStyleInDrawing | (pfcAnnotationTextStyle_ptr TextStyle, pfcDrawing_ptr Drawing, optional pfcComponentPath_ptr CompPath, optional pfcView2D_ptr View) |
| LICENSE: 222
Set textstyle information of annotation in specified drawing.
|
| void | UpdateAttachment | (pfcDrawing_ptr Drawing) |
| LICENSE: 222
Updates the attachment of the drawing annotation and makes it associative to the attachment of the annotation in the 3D model.
|
| void | UpdatePosition | (pfcDrawing_ptr Drawing) |
| LICENSE: 222
Updates the position of the drawing annotation and makes it associative to the position of the annotation in the 3D model.
|
| xbool | IsAssociative | (pfcDrawing_ptr Drawing) |
LICENSE: 222
|
| wfcAnnotationAttachmentAssociativity | GetAttachmentAssociativity | (pfcDrawing_ptr Drawing) |
LICENSE: 222
|
| optional wfcAnnotationElement_ptr | GetAnnotationElement | () |
| xbool | IsInactive | () |
| void | Rotate | (xreal Angle) |
LICENSE: 222
|