public interface SectionLineSegmentsBuilder extends TaggedObject
Modifier and Type | Method and Description |
---|---|
Point |
rotationPoint()
Returns the rotation point
License requirements: None. |
Point3d |
sectionLineOnlyPlacementOrigin()
Returns the section line only placement origin center in inferred mode
License requirements: None. |
SectionLineSegmentPointListBuilder |
segmentLocation()
Returns the segment location
License requirements: None. |
SectionLineSegmentPointListBuilder |
segmentLocationForSecondLeg()
Returns the segment location to add segments to revolved section line second leg
License requirements: None. |
void |
setRotationPoint(Point rotationPointTag)
License requirements: None. |
void |
setSectionLineOnlyPlacementOrigin(Point3d coordinates)
License requirements: None. |
void |
setSingleLeg(boolean singleLeg)
License requirements: None. |
boolean |
singleLeg()
Returns the single leg
License requirements: None. |
void |
updateAfterParentViewMove()
Update the section line segments builder in case of parent view move
License requirements: drafting ("DRAFTING") . |
printTestData, printTestData, tag, tagValue
SectionLineSegmentPointListBuilder segmentLocation() throws NXException, RemoteException
NXException
RemoteException
SectionLineSegmentPointListBuilder segmentLocationForSecondLeg() throws NXException, RemoteException
NXException
RemoteException
Point rotationPoint() throws NXException, RemoteException
NXException
RemoteException
void setRotationPoint(Point rotationPointTag) throws NXException, RemoteException
rotationPointTag
- NXException
RemoteException
boolean singleLeg() throws NXException, RemoteException
NXException
RemoteException
void setSingleLeg(boolean singleLeg) throws NXException, RemoteException
singleLeg
- NXException
RemoteException
Point3d sectionLineOnlyPlacementOrigin() throws NXException, RemoteException
NXException
RemoteException
void setSectionLineOnlyPlacementOrigin(Point3d coordinates) throws NXException, RemoteException
coordinates
- NXException
RemoteException
void updateAfterParentViewMove() throws NXException, RemoteException
NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.