SectionLineSegmentsBuilder Class

class NXOpen.Drawings.SectionLineSegmentsBuilder

Bases: NXOpen.TaggedObject

Represents a class Drawings.

SectionLineSegmentsBuilder.

New in version NX10.0.0.

Properties

Property Description
RotationPoint Returns or sets the rotation point
SectionLineOnlyPlacementOrigin Returns or sets the section line only placement origin center in inferred mode
SegmentLocation Returns the segment location
SegmentLocationForSecondLeg Returns the segment location to add segments to revolved section line second leg
SingleLeg Returns or sets the single leg
Tag Returns the Tag for this object.

Methods

Method Description
UpdateAfterParentViewMove Update the section line segments builder in case of parent view move

Property Detail

RotationPoint

SectionLineSegmentsBuilder.RotationPoint

Returns or sets the rotation point

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

Getter Method

Signature RotationPoint

Returns:
Return type:NXOpen.Point

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature RotationPoint

Parameters:rotationPointTag (NXOpen.Point) –

New in version NX10.0.0.

License requirements: None.

SectionLineOnlyPlacementOrigin

SectionLineSegmentsBuilder.SectionLineOnlyPlacementOrigin

Returns or sets the section line only placement origin center in inferred mode

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

Getter Method

Signature SectionLineOnlyPlacementOrigin

Returns:
Return type:NXOpen.Point3d

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature SectionLineOnlyPlacementOrigin

Parameters:coordinates (NXOpen.Point3d) –

New in version NX10.0.0.

License requirements: None.

SegmentLocation

SectionLineSegmentsBuilder.SegmentLocation

Returns the segment location

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

Getter Method

Signature SegmentLocation

Returns:
Return type:NXOpen.Drawings.SectionLineSegmentPointListBuilder

New in version NX10.0.0.

License requirements: None.

SegmentLocationForSecondLeg

SectionLineSegmentsBuilder.SegmentLocationForSecondLeg

Returns the segment location to add segments to revolved section line second leg

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

Getter Method

Signature SegmentLocationForSecondLeg

Returns:
Return type:NXOpen.Drawings.SectionLineSegmentPointListBuilder

New in version NX10.0.0.

License requirements: None.

SingleLeg

SectionLineSegmentsBuilder.SingleLeg

Returns or sets the single leg

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

Getter Method

Signature SingleLeg

Returns:
Return type:bool

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature SingleLeg

Parameters:singleLeg (bool) –

New in version NX10.0.0.

License requirements: None.

Method Detail

UpdateAfterParentViewMove

SectionLineSegmentsBuilder.UpdateAfterParentViewMove

Update the section line segments builder in case of parent view move

Signature UpdateAfterParentViewMove()

New in version NX10.0.0.

License requirements: drafting (“DRAFTING”)