NX Open C++ Reference Guide
|
Represents a Tooling::LayoutRepositionBuilder builder
To create a new instance of this class, use Tooling::MWLayoutCollection::CreateLayoutRepositionBuilder
Default values.
More...
Public Types | |
enum | Method { MethodRotate, MethodTransform, MethodPointToPoint } |
Represents the type of layout transform. More... | |
enum | Type { TypeMove, TypeCopy } |
Represents the method of layout transform. More... | |
Public Member Functions | |
NXOpen::Expression * | DimX () |
Returns the distance dimension in X-axis Created in NX6.0.0. | |
NXOpen::Expression * | DimY () |
Returns the distance dimension in Y-axis Created in NX6.0.0. | |
NXOpen::Point * | PointFrom () |
Returns the transform start point Created in NX6.0.0. | |
NXOpen::Point * | PointTo () |
Returns the transform end point Created in NX6.0.0. | |
NXOpen::Tooling::LayoutRepositionBuilder::Method | RepositionMethod () |
Returns the reposition method Created in NX6.0.0. | |
NXOpen::Tooling::LayoutRepositionBuilder::Type | RepositionType () |
Returns the reposition type Created in NX6.0.0. | |
NXOpen::Expression * | RotateAngle () |
Returns the rotate angle Created in NX6.0.0. | |
NXOpen::Point * | RotatePoint () |
Returns the rotate point Created in NX6.0.0. | |
NXOpen::SelectBodyList * | SelectInstance () |
Returns the select instance Created in NX6.0.0. | |
void | SetPointFrom (NXOpen::Point *pointFrom) |
Sets the transform start point Created in NX6.0.0. | |
void | SetPointTo (NXOpen::Point *pointTo) |
Sets the transform end point Created in NX6.0.0. | |
void | SetRepositionMethod (NXOpen::Tooling::LayoutRepositionBuilder::Method enumRepositionmethod) |
Sets the reposition method Created in NX6.0.0. | |
void | SetRepositionType (NXOpen::Tooling::LayoutRepositionBuilder::Type enumRepositiontype) |
Sets the reposition type Created in NX6.0.0. | |
void | SetRotatePoint (NXOpen::Point *rotatePoint) |
Sets the rotate point Created in NX6.0.0. |
Represents a Tooling::LayoutRepositionBuilder builder
To create a new instance of this class, use Tooling::MWLayoutCollection::CreateLayoutRepositionBuilder
Default values.
Property | Value |
---|---|
DimX.Value |
0 (millimeters part), 0 (inches part) |
DimY.Value |
0 (millimeters part), 0 (inches part) |
RepositionType |
Move |
RotateAngle.Value |
180 |
Created in NX6.0.0.
Returns the distance dimension in X-axis
Created in NX6.0.0.
License requirements : None
Returns the distance dimension in Y-axis
Created in NX6.0.0.
License requirements : None
Returns the transform start point
Created in NX6.0.0.
License requirements : None
Returns the transform end point
Created in NX6.0.0.
License requirements : None
NXOpen::Tooling::LayoutRepositionBuilder::Method NXOpen::Tooling::LayoutRepositionBuilder::RepositionMethod | ( | ) |
Returns the reposition method
Created in NX6.0.0.
License requirements : None
NXOpen::Tooling::LayoutRepositionBuilder::Type NXOpen::Tooling::LayoutRepositionBuilder::RepositionType | ( | ) |
Returns the reposition type
Created in NX6.0.0.
License requirements : None
Returns the rotate angle
Created in NX6.0.0.
License requirements : None
Returns the rotate point
Created in NX6.0.0.
License requirements : None
Returns the select instance
Created in NX6.0.0.
License requirements : None
void NXOpen::Tooling::LayoutRepositionBuilder::SetPointFrom | ( | NXOpen::Point * | pointFrom | ) |
Sets the transform start point
Created in NX6.0.0.
License requirements : None
pointFrom | pointfrom |
void NXOpen::Tooling::LayoutRepositionBuilder::SetPointTo | ( | NXOpen::Point * | pointTo | ) |
Sets the transform end point
Created in NX6.0.0.
License requirements : None
pointTo | pointto |
void NXOpen::Tooling::LayoutRepositionBuilder::SetRepositionMethod | ( | NXOpen::Tooling::LayoutRepositionBuilder::Method | enumRepositionmethod | ) |
Sets the reposition method
Created in NX6.0.0.
License requirements : None
enumRepositionmethod | enumrepositionmethod |
void NXOpen::Tooling::LayoutRepositionBuilder::SetRepositionType | ( | NXOpen::Tooling::LayoutRepositionBuilder::Type | enumRepositiontype | ) |
Sets the reposition type
Created in NX6.0.0.
License requirements : None
enumRepositiontype | enumrepositiontype |
void NXOpen::Tooling::LayoutRepositionBuilder::SetRotatePoint | ( | NXOpen::Point * | rotatePoint | ) |
Sets the rotate point
Created in NX6.0.0.
License requirements : None
rotatePoint | rotatepoint |