SectionLineSettingsBuilder Class

class NXOpen.Drawings.SectionLineSettingsBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents the Section Line Settings Builder (Drawings.

SectionLineSettingsBuilder) which manages all the style attributes related * to the section Line including label letter.

New in version NX10.0.0.

Properties

Property Description
Tag Returns the Tag for this object.
ViewCommonViewLabel Returns the view Common View label builder
ViewSectionLine Returns the Section Line builder

Methods

Method Description
InheritSettingsFromCustomerDefault Inherit Settings From Customer Default
InheritSettingsFromPreferences Inherit Settings From Preference
InheritSettingsFromSelectedObjects Inherit Settings From Selected Objects
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

ViewCommonViewLabel

SectionLineSettingsBuilder.ViewCommonViewLabel

Returns the view Common View label builder

-------------------------------------

Getter Method

Signature ViewCommonViewLabel

Returns:
Return type:NXOpen.Drawings.ViewCommonViewLabelBuilder

New in version NX10.0.0.

License requirements: None.

ViewSectionLine

SectionLineSettingsBuilder.ViewSectionLine

Returns the Section Line builder

-------------------------------------

Getter Method

Signature ViewSectionLine

Returns:
Return type:NXOpen.Drawings.ViewSectionLineBuilder

New in version NX10.0.0.

License requirements: None.

Method Detail

InheritSettingsFromCustomerDefault

SectionLineSettingsBuilder.InheritSettingsFromCustomerDefault

Inherit Settings From Customer Default

Signature InheritSettingsFromCustomerDefault()

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

InheritSettingsFromPreferences

SectionLineSettingsBuilder.InheritSettingsFromPreferences

Inherit Settings From Preference

Signature InheritSettingsFromPreferences()

New in version NX9.0.0.

License requirements: drafting (“DRAFTING”)

InheritSettingsFromSelectedObjects

SectionLineSettingsBuilder.InheritSettingsFromSelectedObjects

Inherit Settings From Selected Objects

Signature InheritSettingsFromSelectedObjects(selectedObject)

Parameters:selectedObject (NXOpen.Drawings.SectionLine) – The selected section line instance object. None is not allowed.

New in version NX10.0.0.

License requirements: drafting (“DRAFTING”)

Validate

SectionLineSettingsBuilder.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.