SectionLineSegmentPointBuilder Class¶
-
class
NXOpen.Drawings.SectionLineSegmentPointBuilder¶ Bases:
NXOpen.TaggedObjectRepresents 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¶
Enumerations¶
| SectionLineSegmentPointBuilderSegmentTypes Enumeration | Section Segment Types |
Property Detail¶
Point¶
-
SectionLineSegmentPointBuilder.Point¶ Returns or sets the section line segment
NXOpen.Point-------------------------------------Getter Method
Signature
PointReturns: Return type: NXOpen.PointNew in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
-------------------------------------Setter Method
Signature
PointParameters: 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
SegmentTypeReturns: Return type: NXOpen.Drawings.SectionLineSegmentPointBuilderSegmentTypesNew in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
-------------------------------------Setter Method
Signature
SegmentTypeParameters: type ( NXOpen.Drawings.SectionLineSegmentPointBuilderSegmentTypes) –New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)