|
NX Open C++ Reference Guide
|
OperationTransformBuilder
To create a new instance of this class, use CAM::CAMSetup::CreateOperationTransformBuilder
Created in NX6.0.0.
More...
Public Types | |
| enum | Angle { AngleSpecify, AngleTwoPoint } |
| Angle Type. More... | |
| enum | Line { LineSpecify, LineTwoPoint, LinePointAndVector } |
| Line Type. More... | |
| enum | Motion { MotionDelta, MotionToAPoint } |
| Motion Type. More... | |
| enum | Result { ResultMove, ResultCopy, ResultInstance } |
| Transform Option. More... | |
| enum | Transform { TransformTranslate, TransformScale, TransformRotateAboutPoint, TransformRotateAboutLine, TransformMirrorThroughALine, TransformMirrorThroughAPlane, TransformCircularArray, TransformRectangularArray, TransformReposition } |
| Transform Type. More... | |
Public Member Functions | |
| NXOpen::Point * | AngleEndPoint () |
| Returns the angle end point Created in NX6.0.0. | |
| NXOpen::CAM::OperationTransformBuilder::Angle | AngleMethod () |
| Returns the angle method Created in NX6.0.0. | |
| NXOpen::Point * | AnglePivotPoint () |
| Returns the angle pivot point Created in NX6.0.0. | |
| NXOpen::Point * | AngleStartPoint () |
| Returns the angle start point Created in NX6.0.0. | |
| double | AngleValue () |
| Returns the angle value Created in NX6.0.0. | |
| double | ArrayAngle () |
| Returns the array angle Created in NX6.0.0. | |
| double | ArrayCircularIncrementAngle () |
| Returns the array circular increment angle Created in NX6.0.0. | |
| int | ArrayCircularNumber () |
| Returns the array circular number Created in NX6.0.0. | |
| double | ArrayCircularRadius () |
| Returns the array circular radius Created in NX6.0.0. | |
| double | ArrayCircularStartAngle () |
| Returns the array circular start angle Created in NX6.0.0. | |
| int | ArrayNumberAlongXc () |
| Returns the array number along XC Created in NX6.0.0. | |
| int | ArrayNumberAlongYc () |
| Returns the array number along YC Created in NX6.0.0. | |
| double | ArrayOffsetXc () |
| Returns the array offset XC Created in NX6.0.0. | |
| double | ArrayOffsetYc () |
| Returns the array offset YC Created in NX6.0.0. | |
| NXOpen::Point * | ArrayOriginPoint () |
| Returns the array origin point Created in NX6.0.0. | |
| double | DeltaXc () |
| Returns the delta XC Created in NX6.0.0. | |
| double | DeltaYc () |
| Returns the delta YC Created in NX6.0.0. | |
| double | DeltaZc () |
| Returns the delta ZC Created in NX6.0.0. | |
| int | DistanceAngleDivision () |
| Returns the distance angle division Created in NX6.0.0. | |
| NXOpen::Point * | LineEndPoint () |
| Returns the line end point Created in NX6.0.0. | |
| NXOpen::CAM::OperationTransformBuilder::Line | LineMethod () |
| Returns the line method Created in NX6.0.0. | |
| NXOpen::Point * | LinePoint () |
| Returns the line point Created in NX6.0.0. | |
| NXOpen::SelectLine * | LineSelection () |
| Returns the line selection Created in NX6.0.0. | |
| NXOpen::Point * | LineStartPoint () |
| Returns the line start point Created in NX6.0.0. | |
| NXOpen::Direction * | LineVector () |
| Returns the line vector Created in NX6.0.0. | |
| NXOpen::CAM::OperationTransformBuilder::Motion | MotionType () |
| Returns the motion type Created in NX6.0.0. | |
| NXOpen::CAM::OperationTransformBuilder::Result | MoveCopyInstance () |
| Returns the move copy instance option Created in NX6.0.0. | |
| int | NumOfCopyInstance () |
| Returns the num of copy or instance Created in NX6.0.0. | |
| NXOpen::Plane * | Plane () |
| Returns the mirror plane Created in NX6.0.0. | |
| NXOpen::Point * | ReferencePoint () |
| Returns the reference point Created in NX6.0.0. | |
| void | RemoveTransformation () |
| Remove the tranformation Created in NX6.0.0. | |
| NXOpen::CoordinateSystem * | RepositionFromCsys () |
| Returns the reposition from CSYS Created in NX6.0.0. | |
| NXOpen::CoordinateSystem * | RepositionToCsys () |
| Returns the reposition to CSYS Created in NX6.0.0. | |
| double | ScaleFactor () |
| Returns the scale factor Created in NX6.0.0. | |
| void | SetAngleEndPoint (NXOpen::Point *angleEndPoint) |
| Sets the angle end point Created in NX6.0.0. | |
| void | SetAngleMethod (NXOpen::CAM::OperationTransformBuilder::Angle angleMethod) |
| Sets the angle method Created in NX6.0.0. | |
| void | SetAnglePivotPoint (NXOpen::Point *anglePivotPoint) |
| Sets the angle pivot point Created in NX6.0.0. | |
| void | SetAngleStartPoint (NXOpen::Point *angleStartPoint) |
| Sets the angle start point Created in NX6.0.0. | |
| void | SetAngleValue (double angleValue) |
| Sets the angle value Created in NX6.0.0. | |
| void | SetArrayAngle (double arrayAngle) |
| Sets the array angle Created in NX6.0.0. | |
| void | SetArrayCircularIncrementAngle (double arrayCircularIncrementAngle) |
| Sets the array circular increment angle Created in NX6.0.0. | |
| void | SetArrayCircularNumber (int arrayCircularNumber) |
| Sets the array circular number Created in NX6.0.0. | |
| void | SetArrayCircularRadius (double arrayCircularRadius) |
| Sets the array circular radius Created in NX6.0.0. | |
| void | SetArrayCircularStartAngle (double arrayCircularStartAngle) |
| Sets the array circular start angle Created in NX6.0.0. | |
| void | SetArrayNumberAlongXc (int arrayNumberAlongXC) |
| Sets the array number along XC Created in NX6.0.0. | |
| void | SetArrayNumberAlongYc (int arrayNumberAlongYC) |
| Sets the array number along YC Created in NX6.0.0. | |
| void | SetArrayOffsetXc (double arrayOffsetXC) |
| Sets the array offset XC Created in NX6.0.0. | |
| void | SetArrayOffsetYc (double arrayOffsetYc) |
| Sets the array offset YC Created in NX6.0.0. | |
| void | SetArrayOriginPoint (NXOpen::Point *arrayOriginPoint) |
| Sets the array origin point Created in NX6.0.0. | |
| void | SetDeltaXc (double deltaXC) |
| Sets the delta XC Created in NX6.0.0. | |
| void | SetDeltaYc (double deltaYC) |
| Sets the delta YC Created in NX6.0.0. | |
| void | SetDeltaZc (double deltaZC) |
| Sets the delta ZC Created in NX6.0.0. | |
| void | SetDistanceAngleDivision (int distanceAngleDivision) |
| Sets the distance angle division Created in NX6.0.0. | |
| void | SetLineEndPoint (NXOpen::Point *lineEndPoint) |
| Sets the line end point Created in NX6.0.0. | |
| void | SetLineMethod (NXOpen::CAM::OperationTransformBuilder::Line lineMethod) |
| Sets the line method Created in NX6.0.0. | |
| void | SetLinePoint (NXOpen::Point *linePoint) |
| Sets the line point Created in NX6.0.0. | |
| void | SetLineStartPoint (NXOpen::Point *lineStartPoint) |
| Sets the line start point Created in NX6.0.0. | |
| void | SetLineVector (NXOpen::Direction *lineVector) |
| Sets the line vector Created in NX6.0.0. | |
| void | SetMotionType (NXOpen::CAM::OperationTransformBuilder::Motion motionType) |
| Sets the motion type Created in NX6.0.0. | |
| void | SetMoveCopyInstance (NXOpen::CAM::OperationTransformBuilder::Result moveCopyInstance) |
| Sets the move copy instance option Created in NX6.0.0. | |
| void | SetNumOfCopyInstance (int numOfCopyInstance) |
| Sets the num of copy or instance Created in NX6.0.0. | |
| void | SetPlane (NXOpen::Plane *plane) |
| Sets the mirror plane Created in NX6.0.0. | |
| void | SetReferencePoint (NXOpen::Point *referencePoint) |
| Sets the reference point Created in NX6.0.0. | |
| void | SetRepositionFromCsys (NXOpen::CoordinateSystem *repositionFromCSYS) |
| Sets the reposition from CSYS Created in NX6.0.0. | |
| void | SetRepositionToCsys (NXOpen::CoordinateSystem *repositionToCSYS) |
| Sets the reposition to CSYS Created in NX6.0.0. | |
| void | SetScaleFactor (double scaleFactor) |
| Sets the scale factor Created in NX6.0.0. | |
| void | SetToPoint (NXOpen::Point *toPoint) |
| Sets the to point Created in NX6.0.0. | |
| void | SetTransformType (NXOpen::CAM::OperationTransformBuilder::Transform transformType) |
| Sets the transform type Created in NX6.0.0. | |
| NXOpen::Point * | ToPoint () |
| Returns the to point Created in NX6.0.0. | |
| NXOpen::CAM::OperationTransformBuilder::Transform | TransformType () |
| Returns the transform type Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
OperationTransformBuilder
To create a new instance of this class, use CAM::CAMSetup::CreateOperationTransformBuilder
Created in NX6.0.0.
Line Type.
Motion Type.
Transform Type.
| NXOpen::Point* NXOpen::CAM::OperationTransformBuilder::AngleEndPoint | ( | ) |
Returns the angle end point
Created in NX6.0.0.
License requirements : None
| NXOpen::CAM::OperationTransformBuilder::Angle NXOpen::CAM::OperationTransformBuilder::AngleMethod | ( | ) |
Returns the angle method
Created in NX6.0.0.
License requirements : None
| NXOpen::Point* NXOpen::CAM::OperationTransformBuilder::AnglePivotPoint | ( | ) |
Returns the angle pivot point
Created in NX6.0.0.
License requirements : None
| NXOpen::Point* NXOpen::CAM::OperationTransformBuilder::AngleStartPoint | ( | ) |
Returns the angle start point
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::OperationTransformBuilder::AngleValue | ( | ) |
Returns the angle value
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::OperationTransformBuilder::ArrayAngle | ( | ) |
Returns the array angle
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::OperationTransformBuilder::ArrayCircularIncrementAngle | ( | ) |
Returns the array circular increment angle
Created in NX6.0.0.
License requirements : None
| int NXOpen::CAM::OperationTransformBuilder::ArrayCircularNumber | ( | ) |
Returns the array circular number
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::OperationTransformBuilder::ArrayCircularRadius | ( | ) |
Returns the array circular radius
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::OperationTransformBuilder::ArrayCircularStartAngle | ( | ) |
Returns the array circular start angle
Created in NX6.0.0.
License requirements : None
| int NXOpen::CAM::OperationTransformBuilder::ArrayNumberAlongXc | ( | ) |
Returns the array number along XC
Created in NX6.0.0.
License requirements : None
| int NXOpen::CAM::OperationTransformBuilder::ArrayNumberAlongYc | ( | ) |
Returns the array number along YC
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::OperationTransformBuilder::ArrayOffsetXc | ( | ) |
Returns the array offset XC
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::OperationTransformBuilder::ArrayOffsetYc | ( | ) |
Returns the array offset YC
Created in NX6.0.0.
License requirements : None
| NXOpen::Point* NXOpen::CAM::OperationTransformBuilder::ArrayOriginPoint | ( | ) |
Returns the array origin point
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::OperationTransformBuilder::DeltaXc | ( | ) |
Returns the delta XC
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::OperationTransformBuilder::DeltaYc | ( | ) |
Returns the delta YC
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::OperationTransformBuilder::DeltaZc | ( | ) |
Returns the delta ZC
Created in NX6.0.0.
License requirements : None
| int NXOpen::CAM::OperationTransformBuilder::DistanceAngleDivision | ( | ) |
Returns the distance angle division
Created in NX6.0.0.
License requirements : None
| NXOpen::Point* NXOpen::CAM::OperationTransformBuilder::LineEndPoint | ( | ) |
Returns the line end point
Created in NX6.0.0.
License requirements : None
| NXOpen::CAM::OperationTransformBuilder::Line NXOpen::CAM::OperationTransformBuilder::LineMethod | ( | ) |
Returns the line method
Created in NX6.0.0.
License requirements : None
| NXOpen::Point* NXOpen::CAM::OperationTransformBuilder::LinePoint | ( | ) |
Returns the line point
Created in NX6.0.0.
License requirements : None
| NXOpen::SelectLine* NXOpen::CAM::OperationTransformBuilder::LineSelection | ( | ) |
Returns the line selection
Created in NX6.0.0.
License requirements : None
| NXOpen::Point* NXOpen::CAM::OperationTransformBuilder::LineStartPoint | ( | ) |
Returns the line start point
Created in NX6.0.0.
License requirements : None
| NXOpen::Direction* NXOpen::CAM::OperationTransformBuilder::LineVector | ( | ) |
Returns the line vector
Created in NX6.0.0.
License requirements : None
| NXOpen::CAM::OperationTransformBuilder::Motion NXOpen::CAM::OperationTransformBuilder::MotionType | ( | ) |
Returns the motion type
Created in NX6.0.0.
License requirements : None
| NXOpen::CAM::OperationTransformBuilder::Result NXOpen::CAM::OperationTransformBuilder::MoveCopyInstance | ( | ) |
Returns the move copy instance option
Created in NX6.0.0.
License requirements : None
| int NXOpen::CAM::OperationTransformBuilder::NumOfCopyInstance | ( | ) |
Returns the num of copy or instance
Created in NX6.0.0.
License requirements : None
| NXOpen::Plane* NXOpen::CAM::OperationTransformBuilder::Plane | ( | ) |
Returns the mirror plane
Created in NX6.0.0.
License requirements : None
| NXOpen::Point* NXOpen::CAM::OperationTransformBuilder::ReferencePoint | ( | ) |
Returns the reference point
Created in NX6.0.0.
License requirements : None
| void NXOpen::CAM::OperationTransformBuilder::RemoveTransformation | ( | ) |
Remove the tranformation
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| NXOpen::CoordinateSystem* NXOpen::CAM::OperationTransformBuilder::RepositionFromCsys | ( | ) |
Returns the reposition from CSYS
Created in NX6.0.0.
License requirements : None
| NXOpen::CoordinateSystem* NXOpen::CAM::OperationTransformBuilder::RepositionToCsys | ( | ) |
Returns the reposition to CSYS
Created in NX6.0.0.
License requirements : None
| double NXOpen::CAM::OperationTransformBuilder::ScaleFactor | ( | ) |
Returns the scale factor
Created in NX6.0.0.
License requirements : None
| void NXOpen::CAM::OperationTransformBuilder::SetAngleEndPoint | ( | NXOpen::Point * | angleEndPoint | ) |
Sets the angle end point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| angleEndPoint | angleendpoint |
| void NXOpen::CAM::OperationTransformBuilder::SetAngleMethod | ( | NXOpen::CAM::OperationTransformBuilder::Angle | angleMethod | ) |
Sets the angle method
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| angleMethod | anglemethod |
| void NXOpen::CAM::OperationTransformBuilder::SetAnglePivotPoint | ( | NXOpen::Point * | anglePivotPoint | ) |
Sets the angle pivot point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| anglePivotPoint | anglepivotpoint |
| void NXOpen::CAM::OperationTransformBuilder::SetAngleStartPoint | ( | NXOpen::Point * | angleStartPoint | ) |
Sets the angle start point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| angleStartPoint | anglestartpoint |
| void NXOpen::CAM::OperationTransformBuilder::SetAngleValue | ( | double | angleValue | ) |
Sets the angle value
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| angleValue | anglevalue |
| void NXOpen::CAM::OperationTransformBuilder::SetArrayAngle | ( | double | arrayAngle | ) |
Sets the array angle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| arrayAngle | arrayangle |
| void NXOpen::CAM::OperationTransformBuilder::SetArrayCircularIncrementAngle | ( | double | arrayCircularIncrementAngle | ) |
Sets the array circular increment angle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| arrayCircularIncrementAngle | arraycircularincrementangle |
| void NXOpen::CAM::OperationTransformBuilder::SetArrayCircularNumber | ( | int | arrayCircularNumber | ) |
Sets the array circular number
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| arrayCircularNumber | arraycircularnumber |
| void NXOpen::CAM::OperationTransformBuilder::SetArrayCircularRadius | ( | double | arrayCircularRadius | ) |
Sets the array circular radius
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| arrayCircularRadius | arraycircularradius |
| void NXOpen::CAM::OperationTransformBuilder::SetArrayCircularStartAngle | ( | double | arrayCircularStartAngle | ) |
Sets the array circular start angle
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| arrayCircularStartAngle | arraycircularstartangle |
| void NXOpen::CAM::OperationTransformBuilder::SetArrayNumberAlongXc | ( | int | arrayNumberAlongXC | ) |
Sets the array number along XC
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| arrayNumberAlongXC | arraynumberalongxc |
| void NXOpen::CAM::OperationTransformBuilder::SetArrayNumberAlongYc | ( | int | arrayNumberAlongYC | ) |
Sets the array number along YC
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| arrayNumberAlongYC | arraynumberalongyc |
| void NXOpen::CAM::OperationTransformBuilder::SetArrayOffsetXc | ( | double | arrayOffsetXC | ) |
Sets the array offset XC
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| arrayOffsetXC | arrayoffsetxc |
| void NXOpen::CAM::OperationTransformBuilder::SetArrayOffsetYc | ( | double | arrayOffsetYc | ) |
Sets the array offset YC
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| arrayOffsetYc | arrayoffsetyc |
| void NXOpen::CAM::OperationTransformBuilder::SetArrayOriginPoint | ( | NXOpen::Point * | arrayOriginPoint | ) |
Sets the array origin point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| arrayOriginPoint | arrayoriginpoint |
| void NXOpen::CAM::OperationTransformBuilder::SetDeltaXc | ( | double | deltaXC | ) |
Sets the delta XC
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| deltaXC | deltaxc |
| void NXOpen::CAM::OperationTransformBuilder::SetDeltaYc | ( | double | deltaYC | ) |
Sets the delta YC
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| deltaYC | deltayc |
| void NXOpen::CAM::OperationTransformBuilder::SetDeltaZc | ( | double | deltaZC | ) |
Sets the delta ZC
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| deltaZC | deltazc |
| void NXOpen::CAM::OperationTransformBuilder::SetDistanceAngleDivision | ( | int | distanceAngleDivision | ) |
Sets the distance angle division
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| distanceAngleDivision | distanceangledivision |
| void NXOpen::CAM::OperationTransformBuilder::SetLineEndPoint | ( | NXOpen::Point * | lineEndPoint | ) |
Sets the line end point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| lineEndPoint | lineendpoint |
| void NXOpen::CAM::OperationTransformBuilder::SetLineMethod | ( | NXOpen::CAM::OperationTransformBuilder::Line | lineMethod | ) |
Sets the line method
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| lineMethod | linemethod |
| void NXOpen::CAM::OperationTransformBuilder::SetLinePoint | ( | NXOpen::Point * | linePoint | ) |
Sets the line point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| linePoint | linepoint |
| void NXOpen::CAM::OperationTransformBuilder::SetLineStartPoint | ( | NXOpen::Point * | lineStartPoint | ) |
Sets the line start point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| lineStartPoint | linestartpoint |
| void NXOpen::CAM::OperationTransformBuilder::SetLineVector | ( | NXOpen::Direction * | lineVector | ) |
Sets the line vector
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| lineVector | linevector |
| void NXOpen::CAM::OperationTransformBuilder::SetMotionType | ( | NXOpen::CAM::OperationTransformBuilder::Motion | motionType | ) |
Sets the motion type
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| motionType | motiontype |
| void NXOpen::CAM::OperationTransformBuilder::SetMoveCopyInstance | ( | NXOpen::CAM::OperationTransformBuilder::Result | moveCopyInstance | ) |
Sets the move copy instance option
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| moveCopyInstance | movecopyinstance |
| void NXOpen::CAM::OperationTransformBuilder::SetNumOfCopyInstance | ( | int | numOfCopyInstance | ) |
Sets the num of copy or instance
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| numOfCopyInstance | numofcopyinstance |
| void NXOpen::CAM::OperationTransformBuilder::SetPlane | ( | NXOpen::Plane * | plane | ) |
Sets the mirror plane
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| plane | plane |
| void NXOpen::CAM::OperationTransformBuilder::SetReferencePoint | ( | NXOpen::Point * | referencePoint | ) |
Sets the reference point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| referencePoint | referencepoint |
| void NXOpen::CAM::OperationTransformBuilder::SetRepositionFromCsys | ( | NXOpen::CoordinateSystem * | repositionFromCSYS | ) |
Sets the reposition from CSYS
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| repositionFromCSYS | repositionfromcsys |
| void NXOpen::CAM::OperationTransformBuilder::SetRepositionToCsys | ( | NXOpen::CoordinateSystem * | repositionToCSYS | ) |
Sets the reposition to CSYS
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| repositionToCSYS | repositiontocsys |
| void NXOpen::CAM::OperationTransformBuilder::SetScaleFactor | ( | double | scaleFactor | ) |
Sets the scale factor
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| scaleFactor | scalefactor |
| void NXOpen::CAM::OperationTransformBuilder::SetToPoint | ( | NXOpen::Point * | toPoint | ) |
Sets the to point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| toPoint | topoint |
| void NXOpen::CAM::OperationTransformBuilder::SetTransformType | ( | NXOpen::CAM::OperationTransformBuilder::Transform | transformType | ) |
Sets the transform type
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
| transformType | transformtype |
| NXOpen::Point* NXOpen::CAM::OperationTransformBuilder::ToPoint | ( | ) |
Returns the to point
Created in NX6.0.0.
License requirements : None
| NXOpen::CAM::OperationTransformBuilder::Transform NXOpen::CAM::OperationTransformBuilder::TransformType | ( | ) |
Returns the transform type
Created in NX6.0.0.
License requirements : None