OrientedSectionLineBuilder Class

class NXOpen.Drawings.OrientedSectionLineBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Drawings.OrientedSectionLineBuilder.

This class is used to create or edit a NXOpen.Drawings.OrientedSectionLine. .. versionadded:: NX6.0.0

Deprecated since version NX10.0.0: This API is not supported yet and should not be used.

Properties

Property Description
CutLocation3D Returns or sets the 3D cut location
EndLocation1 Returns or sets the end location 1 which determines the position of the first arrow segment in the section line.
EndLocation2 Returns or sets the end location 2 which determines the position of the second arrow segment in the section line
Tag Returns the Tag for this object.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Property Detail

CutLocation3D

OrientedSectionLineBuilder.CutLocation3D

Returns or sets the 3D cut location

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

Getter Method

Signature CutLocation3D

Returns:
Return type:NXOpen.Point

New in version NX6.0.0.

Deprecated since version NX10.0.0: This API is not supported yet and should not be used.

License requirements: None.

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

Setter Method

Signature CutLocation3D

Parameters:cutLocation3D (NXOpen.Point) –

New in version NX6.0.0.

Deprecated since version NX10.0.0: This API is not supported yet and should not be used.

License requirements: drafting (“DRAFTING”)

EndLocation1

OrientedSectionLineBuilder.EndLocation1

Returns or sets the end location 1 which determines the position of the first arrow segment in the section line.

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

Getter Method

Signature EndLocation1

Returns:
Return type:NXOpen.Point

New in version NX6.0.0.

Deprecated since version NX10.0.0: This API is not supported yet and should not be used.

License requirements: None.

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

Setter Method

Signature EndLocation1

Parameters:endLocation1 (NXOpen.Point) –

New in version NX6.0.0.

Deprecated since version NX10.0.0: This API is not supported yet and should not be used.

License requirements: drafting (“DRAFTING”)

EndLocation2

OrientedSectionLineBuilder.EndLocation2

Returns or sets the end location 2 which determines the position of the second arrow segment in the section line

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

Getter Method

Signature EndLocation2

Returns:
Return type:NXOpen.Point

New in version NX6.0.0.

Deprecated since version NX10.0.0: This API is not supported yet and should not be used.

License requirements: None.

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

Setter Method

Signature EndLocation2

Parameters:endLocation2 (NXOpen.Point) –

New in version NX6.0.0.

Deprecated since version NX10.0.0: This API is not supported yet and should not be used.

License requirements: drafting (“DRAFTING”)

Method Detail

Validate

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