AnnotationPlacement Class

class NXOpen.Annotations.AnnotationPlacement

Bases: NXOpen.TaggedObject

Represents an object that journals the adding of a leader and setting of the origin for dialogs that use a builder

New in version NX5.0.0.

Properties

Property Description
Tag Returns the Tag for this object.

Methods

Method Description
GetOrigin Gets the origin of the current annotation
SetLeaderBundle Sets the leader bundle for the current annotation in the builder
SetOrigin Sets the origin of the current annotation

Method Detail

GetOrigin

AnnotationPlacement.GetOrigin

Gets the origin of the current annotation

Signature GetOrigin()

Returns:a tuple
Return type:A tuple consisting of (originData, origin). originData is a NXOpen.Annotations.AnnotationAssociativeOriginData_Struct. The origin data origin is a NXOpen.Point3d. The origin stored on the annotation

New in version NX5.0.0.

License requirements: None.

SetLeaderBundle

AnnotationPlacement.SetLeaderBundle

Sets the leader bundle for the current annotation in the builder

Signature SetLeaderBundle(jaLeader)

Parameters:jaLeader (NXOpen.Annotations.LeaderBundle) – The leader bundle to set

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

SetOrigin

AnnotationPlacement.SetOrigin

Sets the origin of the current annotation

Signature SetOrigin(originData, origin)

Parameters:

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)