NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Tooling::LayoutRepositionBuilder Class Reference

Represents a Tooling::LayoutRepositionBuilder builder
To create a new instance of this class, use NXOpen::Tooling::MWLayoutCollection::CreateLayoutRepositionBuilder
Default values. More...

Inheritance diagram for NXOpen::Tooling::LayoutRepositionBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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::ExpressionDimX ()
 Returns the distance dimension in X-axis
Created in NX6.0.0. More...
 
NXOpen::ExpressionDimY ()
 Returns the distance dimension in Y-axis
Created in NX6.0.0. More...
 
NXOpen::PointPointFrom ()
 Returns the transform start point
Created in NX6.0.0. More...
 
NXOpen::PointPointTo ()
 Returns the transform end point
Created in NX6.0.0. More...
 
NXOpen::Tooling::LayoutRepositionBuilder::Method RepositionMethod ()
 Returns the reposition method
Created in NX6.0.0. More...
 
NXOpen::Tooling::LayoutRepositionBuilder::Type RepositionType ()
 Returns the reposition type
Created in NX6.0.0. More...
 
NXOpen::ExpressionRotateAngle ()
 Returns the rotate angle
Created in NX6.0.0. More...
 
NXOpen::PointRotatePoint ()
 Returns the rotate point
Created in NX6.0.0. More...
 
NXOpen::SelectBodyListSelectInstance ()
 Returns the select instance
Created in NX6.0.0. More...
 
void SetPointFrom (NXOpen::Point *pointFrom)
 Sets the transform start point
Created in NX6.0.0. More...
 
void SetPointTo (NXOpen::Point *pointTo)
 Sets the transform end point
Created in NX6.0.0. More...
 
void SetRepositionMethod (NXOpen::Tooling::LayoutRepositionBuilder::Method enumRepositionmethod)
 Sets the reposition method
Created in NX6.0.0. More...
 
void SetRepositionType (NXOpen::Tooling::LayoutRepositionBuilder::Type enumRepositiontype)
 Sets the reposition type
Created in NX6.0.0. More...
 
void SetRotatePoint (NXOpen::Point *rotatePoint)
 Sets the rotate point
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Tooling::LayoutRepositionBuilder builder
To create a new instance of this class, use NXOpen::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.

Member Enumeration Documentation

Represents the type of layout transform.

Enumerator
MethodRotate 

Rotate method.

MethodTransform 

Transform method.

MethodPointToPoint 

Point to Point method.

Represents the method of layout transform.

Enumerator
TypeMove 

Move type.

TypeCopy 

Copy type.

Member Function Documentation

NXOpen::Expression* NXOpen::Tooling::LayoutRepositionBuilder::DimX ( )

Returns the distance dimension in X-axis
Created in NX6.0.0.



License requirements : None

NXOpen::Expression* NXOpen::Tooling::LayoutRepositionBuilder::DimY ( )

Returns the distance dimension in Y-axis
Created in NX6.0.0.



License requirements : None

NXOpen::Point* NXOpen::Tooling::LayoutRepositionBuilder::PointFrom ( )

Returns the transform start point
Created in NX6.0.0.



License requirements : None

NXOpen::Point* NXOpen::Tooling::LayoutRepositionBuilder::PointTo ( )

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

NXOpen::Expression* NXOpen::Tooling::LayoutRepositionBuilder::RotateAngle ( )

Returns the rotate angle
Created in NX6.0.0.



License requirements : None

NXOpen::Point* NXOpen::Tooling::LayoutRepositionBuilder::RotatePoint ( )

Returns the rotate point
Created in NX6.0.0.



License requirements : None

NXOpen::SelectBodyList* NXOpen::Tooling::LayoutRepositionBuilder::SelectInstance ( )

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

Parameters
pointFrompointfrom
void NXOpen::Tooling::LayoutRepositionBuilder::SetPointTo ( NXOpen::Point pointTo)

Sets the transform end point
Created in NX6.0.0.



License requirements : None

Parameters
pointTopointto
void NXOpen::Tooling::LayoutRepositionBuilder::SetRepositionMethod ( NXOpen::Tooling::LayoutRepositionBuilder::Method  enumRepositionmethod)

Sets the reposition method
Created in NX6.0.0.



License requirements : None

Parameters
enumRepositionmethodenumrepositionmethod
void NXOpen::Tooling::LayoutRepositionBuilder::SetRepositionType ( NXOpen::Tooling::LayoutRepositionBuilder::Type  enumRepositiontype)

Sets the reposition type
Created in NX6.0.0.



License requirements : None

Parameters
enumRepositiontypeenumrepositiontype
void NXOpen::Tooling::LayoutRepositionBuilder::SetRotatePoint ( NXOpen::Point rotatePoint)

Sets the rotate point
Created in NX6.0.0.



License requirements : None

Parameters
rotatePointrotatepoint

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.