| Library | File | Frames | Expand |
| void | AddLeader (pfcDetailLeaderAttachment_ptr LeadrAttach) | |
| Add a leader to the specified detail note. | ||
| void | AddLeaderWithArrowType (pfcDetailLeaderAttachment_ptr LeadrAttach, wfcLeaderArrowType Type) | |
| LICENSE: 222 Add a leader with arrow type to the specified detail note. |
||
| optional pfcDetailSymbolInstItems_ptr | CollectSymbolInstances () | |
| Returns a list of all symbol instances which are declared in a detail note. | ||
| wfcEnvelope3D_ptr | Get3DLineEnvelope (xint LineNumber) | |
| LICENSE: 222 Line envelope for note. The order of coordinates in the envelope is: 0 ----------------------------1 | | 2 ----------------------------3 This ordering of coordinates is preserved even if the text is mirrored or applied at a rotation angle. |
||
| wfcAnnotationPlane_ptr | GetAnnotationPlane () | |
| LICENSE: 222 Gets the annotation plane for the 3D notes (not applicable to 2D notes). |
||
| pfcDetailNoteItem_ptr | GetAssociativeNoteInDrawing (pfcDrawing_ptr DrawingModel) | |
| Get associative note in drawing for solid note. | ||
| pfcDetailNoteItem_ptr | GetAssociativeNoteInSolid () | |
| Get associative note in solid for drawing note. | ||
| optional pfcVector3D_ptr | GetElbowDirection () | |
| LICENSE: 222 Get direction of elbow for leader of the note. |
||
| wfcLeaderArrowTypes_ptr | GetLeaderArrowTypes () | |
| LICENSE: 222 Gets arrow types for all the leaders in a note. |
||
| wfcLeaderStyle | GetLeaderStyle () | |
| LICENSE: 222 Get style of the leader. |
||
| pfcVector3D_ptr | GetLegacyLeaderNoteDirection () | |
| xreal | GetLegacyLeaderNoteLength () | |
| void | RemoveLeader (xint index) | |
| LICENSE: 222 Remove leader from detail note. |
||
| void | SetAnnotationPlane (wfcAnnotationPlane_ptr AnnotPlane) | |
| LICENSE: 222 Sets the annotation plane for the 3D notes. (not applicable to 2D notes). |
||
| void | SetLeaderStyle (wfcLeaderStyle Style) | |
| LICENSE: 222 Set style of the leader. |
||
| void | SetLeadersWithArrowType (pfcDetailLeaderAttachments_ptr LeadrAttach, wfcLeaderArrowTypes_ptr Types) | |
| LICENSE: 222 Modify note with specifed leaders and arrow types. |
||
| wfcLeaderArrowTypes_ptr | GetLeaderArrowTypes | () |
| LICENSE: 222
Gets arrow types for all the leaders in a note.
|
| void | SetLeadersWithArrowType | (pfcDetailLeaderAttachments_ptr LeadrAttach, wfcLeaderArrowTypes_ptr Types) |
| LICENSE: 222
Modify note with specifed leaders and arrow types.
|
| void | AddLeader | (pfcDetailLeaderAttachment_ptr LeadrAttach) |
|
Add a leader to the specified detail note.
|
| void | AddLeaderWithArrowType | (pfcDetailLeaderAttachment_ptr LeadrAttach, wfcLeaderArrowType Type) |
| LICENSE: 222
Add a leader with arrow type to the specified detail note.
|
| void | RemoveLeader | (xint index) |
| LICENSE: 222
Remove leader from detail note.
|
| optional pfcVector3D_ptr | GetElbowDirection | () |
| LICENSE: 222
Get direction of elbow for leader of the note.
|
| wfcLeaderStyle | GetLeaderStyle | () |
| LICENSE: 222
Get style of the leader.
|
| void | SetLeaderStyle | (wfcLeaderStyle Style) |
| LICENSE: 222
Set style of the leader.
|
| void | SetAnnotationPlane | (wfcAnnotationPlane_ptr AnnotPlane) |
| LICENSE: 222
Sets the annotation plane for the 3D notes. (not applicable to 2D notes).
|
| wfcAnnotationPlane_ptr | GetAnnotationPlane | () |
| LICENSE: 222
Gets the annotation plane for the 3D notes (not applicable to 2D notes).
|
| pfcDetailNoteItem_ptr | GetAssociativeNoteInDrawing | (pfcDrawing_ptr DrawingModel) |
|
Get associative note in drawing for solid note.
|
| pfcDetailNoteItem_ptr | GetAssociativeNoteInSolid | () |
|
Get associative note in solid for drawing note.
|
| wfcEnvelope3D_ptr | Get3DLineEnvelope | (xint LineNumber) |
| LICENSE: 222
Line envelope for note. The order of coordinates in the envelope is: 0 ----------------------------1 | | 2 ----------------------------3 This ordering of coordinates is preserved even if the text is mirrored or applied at a rotation angle.
|
| optional pfcDetailSymbolInstItems_ptr | CollectSymbolInstances | () |
|
Returns a list of all symbol instances which are declared in a detail note. The instances are returned in the order they are encountered in the note text.
|
| xreal | GetLegacyLeaderNoteLength | () |
| pfcVector3D_ptr | GetLegacyLeaderNoteDirection | () |
|