API ReferenceDataExchangeTKXCAF
XCAFNoteObjects
OCCT package XCAFNoteObjects: XCAFNoteObjects_NoteObject.
XCAFNoteObjects_NoteObject
object to store note auxiliary data
Constructors(2)
Empty object.
Copy constructor.
Parameters (1)theObj
Static methods(2)
- get_type_name(): string
Instance methods(13)
- HasPlane(): boolean
Returns True if plane is specified.
Returns a right-handed coordinate system of the plane.
Sets a right-handed coordinate system of the plane.
Parameters (1)thePlane
- HasPoint(): boolean
Returns True if the attachment point on the annotated object is specified.
Returns the attachment point on the annotated object.
Sets the anchor point on the annotated object.
Parameters (1)thePnt
- HasPointText(): boolean
Returns True if the text position is specified.
Returns the text position.
- SetPointText(thePnt: gp_Pnt): void
Sets the text position.
Parameters (1)thePnt
Returns a tessellated annotation if specified.
- SetPresentation(thePresentation: TopoDS_Shape): void
Sets a tessellated annotation.
Parameters (1)thePresentation
- Reset(): void
Resets data to the state after calling the default constructor.