DraftingSurfaceFinishCollection Class¶
-
class
NXOpen.Annotations.DraftingSurfaceFinishCollection¶ Bases:
objectRepresents a collection of
NXOpen.Annotations.DraftingSurfaceFinishobjectsTo obtain an instance of this class, refer to
NXOpen.Annotations.AnnotationManagerNew in version NX7.5.0.
Methods¶
| Method | Description |
|---|---|
| CreateDraftingSurfaceFinishBuilder | If None create a new Drafting Surface Finish, otherwise edit existing Drafting Surface Annotatation |
| FindObject | Finds the drafting surface finish with the given name. |
Method Detail¶
CreateDraftingSurfaceFinishBuilder¶
-
DraftingSurfaceFinishCollection.CreateDraftingSurfaceFinishBuilder¶ If None create a new Drafting Surface Finish, otherwise edit existing Drafting Surface Annotatation
Signature
CreateDraftingSurfaceFinishBuilder(draftingSurfaceFinish)Parameters: draftingSurfaceFinish ( NXOpen.Annotations.DraftingSurfaceFinish) – surface finishReturns: Return type: NXOpen.Annotations.DraftingSurfaceFinishBuilderNew in version NX7.5.0.
License requirements: None.
FindObject¶
-
DraftingSurfaceFinishCollection.FindObject¶ Finds the drafting surface finish 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 drafting surface finish to be found Returns: drafting surface finish with this identifier Return type: NXOpen.Annotations.DraftingSurfaceFinishNew in version NX7.5.0.
License requirements: None.