SectionLineSegmentsBuilder Class¶
-
class
NXOpen.Drawings.SectionLineSegmentsBuilder¶ Bases:
NXOpen.TaggedObjectRepresents 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
RotationPointReturns: Return type: NXOpen.PointNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RotationPointParameters: 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
SectionLineOnlyPlacementOriginReturns: Return type: NXOpen.Point3dNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SectionLineOnlyPlacementOriginParameters: coordinates ( NXOpen.Point3d) –New in version NX10.0.0.
License requirements: None.
SegmentLocation¶
-
SectionLineSegmentsBuilder.SegmentLocation¶ Returns the segment location
-------------------------------------Getter Method
Signature
SegmentLocationReturns: Return type: NXOpen.Drawings.SectionLineSegmentPointListBuilderNew 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
SegmentLocationForSecondLegReturns: Return type: NXOpen.Drawings.SectionLineSegmentPointListBuilderNew in version NX10.0.0.
License requirements: None.
SingleLeg¶
-
SectionLineSegmentsBuilder.SingleLeg¶ Returns or sets the single leg
-------------------------------------Getter Method
Signature
SingleLegReturns: Return type: bool New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SingleLegParameters: singleLeg (bool) – New in version NX10.0.0.
License requirements: None.