Interface WDetailSymbolInstItem
Description
Extends the functionality of
DetailSymbolInstItemThis is the actual type of Detail SymbolInst Items in Object Toolkit.
ShowInDrawing,
Display,
DisplayInDrawing,
Undisplay,
UndisplayInDrawing,
IsShown,
Update,
GetTextStyle,
SetTextStyle,
GetTextStyleInDrawing,
SetTextStyleInDrawing,
UpdateAttachment,
UpdatePosition,
IsAssociative,
GetAttachmentAssociativity,
GetAnnotationElement,
IsInactive,
Rotate,
ConvertLegacy,
NeedsConversion,
GetSecurityMarking,
SetSecurityMarking,
IsUsingXSecReference Method Summary
void | |
| |
void | |
| Add variable text to the symbol instance. |
| |
| LICENSE: 222 |
| |
| Finds the dimension to which the symbol instance is directly attached. |
| |
| LICENSE: 222 Gets data of an entity in the symbol instance. |
| |
| Return the feature that is shown the detail symbol instance. |
| |
| LICENSE: 222 Gets data of a note in the symbol instance. |
void | |
| LICENSE: 222 |
Method Detail
GetAttachedDimension |
| GetAttachedDimension | () |
Finds the dimension to which the symbol instance is directly attached.
Exceptions thrown (but not limited to):
XToolkitBadContext - The symbol instance is placed on a dim but we are unable to fill in the output structure on account of the dimension's model being missing (perhaps it was suppressed in the assembly).
Returns:
The dimension to which the symbol instance is directly attached.
Exceptions thrown (but not limited to):
Parameters:
LeaderAttach
Returns:
Add variable text to the symbol instance.
Exceptions thrown (but not limited to):
Parameters:
Text
The variable text.
Returns:
Return the feature that is shown the detail symbol instance.
Exceptions thrown (but not limited to):
XToolkitNotFound - The symbol instance is not generated from a solid model feature.
Returns:
The feature (i.e. weld feature) that produces the symbol.
SetAnnotationPlane |
void | SetAnnotationPlane | |
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
AnnotPlane
Returns:
GetAnnotationPlane |
| GetAnnotationPlane | () |
Exceptions thrown (but not limited to):
User Guide References:
Returns:
GetEntityInstructions |
| GetEntityInstructions | |
Gets data of an entity in the symbol instance.
Exceptions thrown (but not limited to):
Parameters:
Item
The entity attached to symbol instance.
Returns:
The entity data in symbol instance space.
GetNoteInstructions |
| GetNoteInstructions | |
Gets data of a note in the symbol instance.
Exceptions thrown (but not limited to):
Parameters:
Item
The pfcDetailNoteItem attached to symbol instance.
DispMode
The display mode.
Returns:
The note data in symbol instance space encapsulated in pfcDetailNoteInstructions_ptr.