DraftingSurfaceFinishCollection Class

class NXOpen.Annotations.DraftingSurfaceFinishCollection

Bases: object

Represents a collection of NXOpen.Annotations.DraftingSurfaceFinish objects

To obtain an instance of this class, refer to NXOpen.Annotations.AnnotationManager

New 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 finish
Returns:
Return type:NXOpen.Annotations.DraftingSurfaceFinishBuilder

New 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.DraftingSurfaceFinish

New in version NX7.5.0.

License requirements: None.