CenterlineCollection Class¶
-
class
NXOpen.Annotations.CenterlineCollection¶ Bases:
objectRepresents a collection of
NXOpen.Annotations.CenterlineobjectsTo obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew in version NX6.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateAutomaticCenterlineBuilder | Creates the AutomaticCenterlineBuilder |
| CreateBoltCircleCenterlineBuilder | Creates the BoltCircleCenterline builder |
| CreateCenterMarkBuilder | Creates the CenterMark Builder |
| CreateCenterline2dBuilder | Creates the 2D Centerline builder |
| CreateCenterline3dBuilder | Creates the 3D Centerline builder |
| CreateCircularCenterlineBuilder | Creates the CircularCenterline builder |
| CreatePmiBoltCircleCenterlineBuilder | Creates the PMI BoltCircleCenterline builder |
| CreatePmiCenterMarkBuilder | Creates the Pmi CenterMark Builder |
| CreatePmiCenterline3dBuilder | Creates the Pmi 3D Centerline builder |
| CreateSymmetricalCenterlineBuilder | Creates the Symmetrical Centerline builder |
| FindObject | Finds the Centerline with the given name. |
Method Detail¶
CreateAutomaticCenterlineBuilder¶
-
CenterlineCollection.CreateAutomaticCenterlineBuilder¶ Creates the AutomaticCenterlineBuilder
Signature
CreateAutomaticCenterlineBuilder()Returns: AutomaticCenterlineBuilder object Return type: NXOpen.Annotations.AutomaticCenterlineBuilderNew in version NX6.0.0.
License requirements: None.
CreateBoltCircleCenterlineBuilder¶
-
CenterlineCollection.CreateBoltCircleCenterlineBuilder¶ Creates the BoltCircleCenterline builder
Signature
CreateBoltCircleCenterlineBuilder(centerline)Parameters: centerline ( NXOpen.Annotations.BoltCircleCenterline) –NXOpen.Annotations.BoltCircleCenterlineto be edited, if None then create a new oneReturns: BoltCircleCenterlineBuilder object Return type: NXOpen.Annotations.BoltCircleCenterlineBuilderNew in version NX6.0.0.
License requirements: None.
CreateCenterMarkBuilder¶
-
CenterlineCollection.CreateCenterMarkBuilder¶ Creates the CenterMark Builder
Signature
CreateCenterMarkBuilder(centerline)Parameters: centerline ( NXOpen.Annotations.CenterMark) –NXOpen.Annotations.CenterMarkto be edited, if None then create a new oneReturns: CenterMarkBuilder Object Return type: NXOpen.Annotations.CenterMarkBuilderNew in version NX6.0.0.
License requirements: None.
CreateCenterline2dBuilder¶
-
CenterlineCollection.CreateCenterline2dBuilder¶ Creates the 2D Centerline builder
Signature
CreateCenterline2dBuilder(cline)Parameters: cline ( NXOpen.Annotations.Centerline2d) –NXOpen.Annotations.Centerline2dto be editedReturns: Centerline2dBuilder object Return type: NXOpen.Annotations.Centerline2dBuilderNew in version NX6.0.0.
License requirements: None.
CreateCenterline3dBuilder¶
-
CenterlineCollection.CreateCenterline3dBuilder¶ Creates the 3D Centerline builder
Signature
CreateCenterline3dBuilder(cline)Parameters: cline ( NXOpen.Annotations.Centerline3d) –NXOpen.Annotations.Centerline3dto be editedReturns: Annotations.Centerline3dBuilder object Return type: NXOpen.Annotations.Centerline3dBuilderNew in version NX6.0.0.
License requirements: None.
CreateCircularCenterlineBuilder¶
-
CenterlineCollection.CreateCircularCenterlineBuilder¶ Creates the CircularCenterline builder
Signature
CreateCircularCenterlineBuilder(centerline)Parameters: centerline ( NXOpen.Annotations.CircularCenterline) –NXOpen.Annotations.CircularCenterlineto be edited, if None then create a new oneReturns: CircularCenterlineBuilder object Return type: NXOpen.Annotations.CircularCenterlineBuilderNew in version NX6.0.0.
License requirements: None.
CreatePmiBoltCircleCenterlineBuilder¶
-
CenterlineCollection.CreatePmiBoltCircleCenterlineBuilder¶ Creates the PMI BoltCircleCenterline builder
Signature
CreatePmiBoltCircleCenterlineBuilder(centerline)Parameters: centerline ( NXOpen.Annotations.PmiBoltCircleCenterline) –NXOpen.Annotations.PmiBoltCircleCenterlineto be edited, if None then create a new oneReturns: PmiBoltCircleCenterlineBuilder object Return type: NXOpen.Annotations.PmiBoltCircleCenterlineBuilderNew in version NX12.0.0.
License requirements: None.
CreatePmiCenterMarkBuilder¶
-
CenterlineCollection.CreatePmiCenterMarkBuilder¶ Creates the Pmi CenterMark Builder
Signature
CreatePmiCenterMarkBuilder(centerline)Parameters: centerline ( NXOpen.Annotations.PmiCenterMark) –NXOpen.Annotations.PmiCenterMarkto be edited, if None then create a new oneReturns: PmiCenterMarkBuilder Object Return type: NXOpen.Annotations.PmiCenterMarkBuilderNew in version NX7.5.0.
License requirements: None.
CreatePmiCenterline3dBuilder¶
-
CenterlineCollection.CreatePmiCenterline3dBuilder¶ Creates the Pmi 3D Centerline builder
Signature
CreatePmiCenterline3dBuilder(cline)Parameters: cline ( NXOpen.Annotations.PmiCenterline3d) –NXOpen.Annotations.PmiCenterline3dto be editedReturns: PmiCenterline3dBuilder object Return type: NXOpen.Annotations.PmiCenterline3dBuilderNew in version NX7.5.0.
License requirements: None.
CreateSymmetricalCenterlineBuilder¶
-
CenterlineCollection.CreateSymmetricalCenterlineBuilder¶ Creates the Symmetrical Centerline builder
Signature
CreateSymmetricalCenterlineBuilder(centerline)Parameters: centerline ( NXOpen.Annotations.SymmetricalCenterline) –NXOpen.Annotations.SymmetricalCenterlineto be edited, if None then create a new oneReturns: SymmetricalCenterlineBuilder object Return type: NXOpen.Annotations.SymmetricalCenterlineBuilderNew in version NX6.0.0.
License requirements: None.
FindObject¶
-
CenterlineCollection.FindObject¶ Finds the Centerline 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 centerline to be found Returns: Centerline with this identifier Return type: NXOpen.Annotations.CenterlineNew in version NX6.0.0.
License requirements: None.