NX Open C++ Reference Guide
|
Represents a MoveObjectBuilder
To create a new instance of this class, use Features::BaseFeatureCollection::CreateMoveObjectBuilder
Default values.
More...
Public Types | |
enum | LayerOptionType { LayerOptionTypeOriginal, LayerOptionTypeWork, LayerOptionTypeAsSpecified } |
Indicates the layer on which moved or copied objects will be placed. More... | |
enum | MoveObjectResultOptions { MoveObjectResultOptionsMoveOriginal, MoveObjectResultOptionsCopyOriginal } |
Indicates whether to move or copy objects. More... | |
Public Member Functions | |
bool | Associative () |
Returns the associative flag. | |
bool | CreateTraceLines () |
Returns the create trace lines flag Created in NX6.0.0. | |
int | Divisions () |
Returns the distance or angle divisions Created in NX6.0.0. | |
int | Layer () |
Returns the layer Created in NX6.0.2. | |
NXOpen::Features::MoveObjectBuilder::LayerOptionType | LayerOption () |
Returns the layer option Created in NX6.0.2. | |
NXOpen::Features::MoveObjectBuilder::MoveObjectResultOptions | MoveObjectResult () |
Returns the move rotate result Created in NX6.0.0. | |
bool | MoveParents () |
Returns the move parents flag. | |
int | NumberOfCopies () |
Returns the number of copies Created in NX6.0.0. | |
NXOpen::SelectNXObjectList * | ObjectToMoveObject () |
Returns the objects to move-rotate Created in NX6.0.0. | |
void | SetAssociative (bool associative) |
Sets the associative flag. | |
void | SetCreateTraceLines (bool createTraceLines) |
Sets the create trace lines flag Created in NX6.0.0. | |
void | SetDivisions (int distanceOrAngleDivisions) |
Sets the distance or angle divisions Created in NX6.0.0. | |
void | SetLayer (int layer) |
Sets the layer Created in NX6.0.2. | |
void | SetLayerOption (NXOpen::Features::MoveObjectBuilder::LayerOptionType layerOptionType) |
Sets the layer option Created in NX6.0.2. | |
void | SetMoveObjectResult (NXOpen::Features::MoveObjectBuilder::MoveObjectResultOptions moveObjectResult) |
Sets the move rotate result Created in NX6.0.0. | |
void | SetMoveParents (bool moveParents) |
Sets the move parents flag. | |
void | SetNumberOfCopies (int numCopies) |
Sets the number of copies Created in NX6.0.0. | |
NXOpen::GeometricUtilities::ModlMotion * | TransformMotion () |
Returns the transform Created in NX6.0.0. |
Represents a MoveObjectBuilder
To create a new instance of this class, use Features::BaseFeatureCollection::CreateMoveObjectBuilder
Default values.
Property | Value |
---|---|
Associative |
false |
CreateTraceLines |
false |
Divisions |
1 |
LayerOption |
Original |
MoveObjectResult |
MoveOriginal |
MoveParents |
true |
NumberOfCopies |
1 |
TransformMotion.DeltaEnum |
ReferenceWcsWorkPart |
TransformMotion.DeltaXc.Value |
0.0 |
TransformMotion.DeltaYc.Value |
0.0 |
TransformMotion.DeltaZc.Value |
0.0 |
TransformMotion.Option |
Dynamic |
Created in NX6.0.0.
Returns the associative flag.
A Move Object feature is created only when Move Parents flag is false.
Created in NX6.0.2.
License requirements : None
Returns the create trace lines flag
Created in NX6.0.0.
License requirements : None
Returns the distance or angle divisions
Created in NX6.0.0.
License requirements : None
Returns the layer
Created in NX6.0.2.
License requirements : None
NXOpen::Features::MoveObjectBuilder::LayerOptionType NXOpen::Features::MoveObjectBuilder::LayerOption | ( | ) |
Returns the layer option
Created in NX6.0.2.
License requirements : None
NXOpen::Features::MoveObjectBuilder::MoveObjectResultOptions NXOpen::Features::MoveObjectBuilder::MoveObjectResult | ( | ) |
Returns the move rotate result
Created in NX6.0.0.
License requirements : None
Returns the move parents flag.
The parents of selected objects will be moved only when Associative flag is false.
Created in NX6.0.0.
License requirements : None
Returns the number of copies
Created in NX6.0.0.
License requirements : None
Returns the objects to move-rotate
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::MoveObjectBuilder::SetAssociative | ( | bool | associative | ) |
Sets the associative flag.
A Move Object feature is created only when Move Parents flag is false.
Created in NX6.0.2.
License requirements : None
associative | associative |
void NXOpen::Features::MoveObjectBuilder::SetCreateTraceLines | ( | bool | createTraceLines | ) |
Sets the create trace lines flag
Created in NX6.0.0.
License requirements : None
createTraceLines | createtracelines |
void NXOpen::Features::MoveObjectBuilder::SetDivisions | ( | int | distanceOrAngleDivisions | ) |
Sets the distance or angle divisions
Created in NX6.0.0.
License requirements : None
distanceOrAngleDivisions | distanceorangledivisions |
void NXOpen::Features::MoveObjectBuilder::SetLayer | ( | int | layer | ) |
Sets the layer
Created in NX6.0.2.
License requirements : None
layer | layer |
void NXOpen::Features::MoveObjectBuilder::SetLayerOption | ( | NXOpen::Features::MoveObjectBuilder::LayerOptionType | layerOptionType | ) |
Sets the layer option
Created in NX6.0.2.
License requirements : None
layerOptionType | layeroptiontype |
void NXOpen::Features::MoveObjectBuilder::SetMoveObjectResult | ( | NXOpen::Features::MoveObjectBuilder::MoveObjectResultOptions | moveObjectResult | ) |
Sets the move rotate result
Created in NX6.0.0.
License requirements : None
moveObjectResult | moveobjectresult |
void NXOpen::Features::MoveObjectBuilder::SetMoveParents | ( | bool | moveParents | ) |
Sets the move parents flag.
The parents of selected objects will be moved only when Associative flag is false.
Created in NX6.0.0.
License requirements : None
moveParents | moveparents |
void NXOpen::Features::MoveObjectBuilder::SetNumberOfCopies | ( | int | numCopies | ) |
Sets the number of copies
Created in NX6.0.0.
License requirements : None
numCopies | numcopies |
Returns the transform
Created in NX6.0.0.
License requirements : None