SectionLineSegmentPointBuilder Class

class NXOpen.Drawings.SectionLineSegmentPointBuilder

Bases: NXOpen.TaggedObject

Represents Section Line Segment Point Builder

To create a new instance of this class, use NXOpen.Drawings.SectionLineSegmentPointListBuilder.CreateSectionLineSegmentPointBuilder()

New in version NX10.0.0.

Properties

Property Description
Point Returns or sets the section line segment NXOpen.Point
SegmentType Returns or sets the segment type
Tag Returns the Tag for this object.

Methods

Property Detail

Point

SectionLineSegmentPointBuilder.Point

Returns or sets the section line segment NXOpen.Point

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

Getter Method

Signature Point

Returns:
Return type:NXOpen.Point

New in version NX10.0.0.

License requirements: drafting (“DRAFTING”)

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

Setter Method

Signature Point

Parameters:point (NXOpen.Point) –

New in version NX10.0.0.

License requirements: drafting (“DRAFTING”)

SegmentType

SectionLineSegmentPointBuilder.SegmentType

Returns or sets the segment type

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

Getter Method

Signature SegmentType

Returns:
Return type:NXOpen.Drawings.SectionLineSegmentPointBuilderSegmentTypes

New in version NX10.0.0.

License requirements: drafting (“DRAFTING”)

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

Setter Method

Signature SegmentType

Parameters:type (NXOpen.Drawings.SectionLineSegmentPointBuilderSegmentTypes) –

New in version NX10.0.0.

License requirements: drafting (“DRAFTING”)