TargetPointCollection Class¶
-
class
NXOpen.Annotations.TargetPointCollection¶ Bases:
objectRepresents a collection of
NXOpen.Annotations.TargetPointobjectsTo obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew in version NX6.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateTargetPointBuilder | Creates the TargetPointBuilder |
| FindObject | Finds the target point with the given name. |
Method Detail¶
CreateTargetPointBuilder¶
-
TargetPointCollection.CreateTargetPointBuilder¶ Creates the TargetPointBuilder
Signature
CreateTargetPointBuilder(targetPt)Parameters: targetPt ( NXOpen.Annotations.TargetPoint) –NXOpen.Annotations.TargetPointto be edited, if None then create a new oneReturns: TargetPointBuilder object Return type: NXOpen.Annotations.TargetPointBuilderNew in version NX6.0.0.
License requirements: drafting (“DRAFTING”)
FindObject¶
-
TargetPointCollection.FindObject¶ Finds the target point with the given name.
An exception will be thrown if no object can be found with given name
Signature
FindObject(journalIdentifier)Parameters: journalIdentifier (str) – Identifier of the target point to be found Returns: Target Point with this identifier Return type: NXOpen.Annotations.TargetPointNew in version NX6.0.0.
License requirements: None.