LocatorDesignatorBuilder Class¶
-
class
NXOpen.Annotations.LocatorDesignatorBuilder¶ Bases:
NXOpen.Annotations.PmiAttributeBuilderRepresents a
NXOpen.Annotations.LocatorDesignatorbuilderTo create a new instance of this class, use
NXOpen.Annotations.PmiAttributeCollection.CreateLocatorDesignatorBuilder()New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| AssociatedObjects | Returns the NXOpen.Annotations.AssociatedObjectsBuilder for the annotation |
| Attribute | Returns or sets the NXOpen.Annotations.Pmi for this annotation |
| BusinessModifier | Returns or sets the business modifier |
| CoordinatePlane | Returns or sets the coordinateplane |
| HotSpot | Returns or sets the hot spot |
| HotSpotText | Returns or sets the hot spot text |
| KnowledgeFusionClassName | Returns or sets the knowledge fusion class name file, the default class is UG provided pmi KF class |
| Leader | Returns the NXOpen.Annotations.LeaderBuilder for the annotation |
| LocatorLetter | Returns or sets the locatorletter |
| LocatorType | Returns or sets the locatortype |
| NormalDirection | Returns or sets the normal direction |
| NoteText | Returns or sets the notetext |
| Origin | Returns the NXOpen.Annotations.OriginBuilder for the annotation |
| PinDirection | Returns or sets the pin direction |
| PunchDirection | Returns or sets the punch direction |
| Style | Returns the NXOpen.Annotations.StyleBuilder for the annotation |
| Subscript | Returns or sets the subscript |
| Tag | Returns the Tag for this object. |
| Title | Returns or sets the str title |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetAttributeValues | Returns the attribute values |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetObject | Returns the object currently being edited by this builder. |
| SetAttributeValues | Sets the attribute values |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
CoordinatePlane¶
-
LocatorDesignatorBuilder.CoordinatePlane¶ Returns or sets the coordinateplane
-------------------------------------Getter Method
Signature
CoordinatePlaneReturns: Return type: str New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CoordinatePlaneParameters: coordinatePlane (str) – New in version NX6.0.0.
License requirements: None.
HotSpot¶
-
LocatorDesignatorBuilder.HotSpot¶ Returns or sets the hot spot
-------------------------------------Getter Method
Signature
HotSpotReturns: Return type: NXOpen.PointNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HotSpotParameters: hotSpot ( NXOpen.Point) –New in version NX6.0.0.
License requirements: None.
HotSpotText¶
-
LocatorDesignatorBuilder.HotSpotText¶ Returns or sets the hot spot text
-------------------------------------Getter Method
Signature
HotSpotTextReturns: Return type: str New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HotSpotTextParameters: hotSpotText (str) – New in version NX6.0.0.
License requirements: None.
LocatorLetter¶
-
LocatorDesignatorBuilder.LocatorLetter¶ Returns or sets the locatorletter
-------------------------------------Getter Method
Signature
LocatorLetterReturns: Return type: str New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LocatorLetterParameters: locatorLetter (str) – New in version NX6.0.0.
License requirements: None.
LocatorType¶
-
LocatorDesignatorBuilder.LocatorType¶ Returns or sets the locatortype
-------------------------------------Getter Method
Signature
LocatorTypeReturns: Return type: str New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LocatorTypeParameters: locatorType (str) – New in version NX6.0.0.
License requirements: None.
NormalDirection¶
-
LocatorDesignatorBuilder.NormalDirection¶ Returns or sets the normal direction
-------------------------------------Getter Method
Signature
NormalDirectionReturns: Return type: NXOpen.DirectionNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NormalDirectionParameters: normalDirection ( NXOpen.Direction) –New in version NX6.0.0.
License requirements: None.
NoteText¶
-
LocatorDesignatorBuilder.NoteText¶ Returns or sets the notetext
-------------------------------------Getter Method
Signature
NoteTextReturns: Return type: str New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NoteTextParameters: noteText (str) – New in version NX6.0.0.
License requirements: None.
PinDirection¶
-
LocatorDesignatorBuilder.PinDirection¶ Returns or sets the pin direction
-------------------------------------Getter Method
Signature
PinDirectionReturns: Return type: NXOpen.DirectionNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PinDirectionParameters: pinDirection ( NXOpen.Direction) –New in version NX6.0.0.
License requirements: None.
PunchDirection¶
-
LocatorDesignatorBuilder.PunchDirection¶ Returns or sets the punch direction
-------------------------------------Getter Method
Signature
PunchDirectionReturns: Return type: NXOpen.DirectionNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PunchDirectionParameters: punchDirection ( NXOpen.Direction) –New in version NX6.0.0.
License requirements: None.
Subscript¶
-
LocatorDesignatorBuilder.Subscript¶ Returns or sets the subscript
-------------------------------------Getter Method
Signature
SubscriptReturns: Return type: str New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SubscriptParameters: subscript (str) – New in version NX6.0.0.
License requirements: None.
Title¶
-
LocatorDesignatorBuilder.Title¶ Returns or sets the str title
-------------------------------------Getter Method
Signature
TitleReturns: Return type: str New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TitleParameters: title (str) – New in version NX6.0.0.
License requirements: None.
Method Detail¶
Validate¶
-
LocatorDesignatorBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.