NX Open C++ Reference Guide
|
Represents a Features::Scale builder
To create a new instance of this class, use Features::FeatureCollection::CreateScaleBuilder
Default values.
More...
Public Types | |
enum | Types { TypesUniform, TypesAxisymmetric, TypesGeneral } |
Scale type. More... | |
Public Member Functions | |
NXOpen::SelectBodyList * | BodyToScale () |
Returns the bodyToScale Created in NX5.0.0. | |
NXOpen::CoordinateSystem * | Csys () |
Returns the csys as CoordinateSystem Created in NX5.0.0. | |
NXOpen::Point * | Point () |
Returns the point as Point Created in NX5.0.0. | |
NXOpen::Expression * | ScaleAlongAxis () |
Returns the scale along axis Created in NX5.0.0. | |
NXOpen::Expression * | ScaleOtherDirection () |
Returns the scale other direction Created in NX5.0.0. | |
NXOpen::Expression * | ScaleXdirection () |
Returns the scale xdirection Created in NX5.0.0. | |
NXOpen::Expression * | ScaleYdirection () |
Returns the scale ydirection Created in NX5.0.0. | |
NXOpen::Expression * | ScaleZdirection () |
Returns the scale zdirection Created in NX5.0.0. | |
void | SetCsys (NXOpen::CoordinateSystem *csys) |
Sets the csys as CoordinateSystem Created in NX5.0.0. | |
void | SetPoint (NXOpen::Point *point) |
Sets the point as Point Created in NX5.0.0. | |
void | SetType (NXOpen::Features::ScaleBuilder::Types type) |
Sets the scale type Features::ScaleBuilder::Types Created in NX5.0.0. | |
void | SetVector (NXOpen::Direction *vector) |
Sets the vector as Direction Created in NX5.0.0. | |
NXOpen::Features::ScaleBuilder::Types | Type () |
Returns the scale type Features::ScaleBuilder::Types Created in NX5.0.0. | |
NXOpen::Expression * | UniformFactor () |
Returns the uniform factor Created in NX5.0.0. | |
NXOpen::Direction * | Vector () |
Returns the vector as Direction Created in NX5.0.0. |
Represents a Features::Scale builder
To create a new instance of this class, use Features::FeatureCollection::CreateScaleBuilder
Default values.
Property | Value |
---|---|
ScaleAlongAxis.Value |
1.0 |
ScaleOtherDirection.Value |
1.0 |
ScaleXdirection.Value |
1.0 |
ScaleYdirection.Value |
1.0 |
ScaleZdirection.Value |
1.0 |
UniformFactor.Value |
1.0 |
Created in NX5.0.0.
Scale type.
Returns the bodyToScale
Created in NX5.0.0.
License requirements : None
Returns the csys as CoordinateSystem
Created in NX5.0.0.
License requirements : None
Returns the point as Point
Created in NX5.0.0.
License requirements : None
Returns the scale along axis
Created in NX5.0.0.
License requirements : None
Returns the scale other direction
Created in NX5.0.0.
License requirements : None
Returns the scale xdirection
Created in NX5.0.0.
License requirements : None
Returns the scale ydirection
Created in NX5.0.0.
License requirements : None
Returns the scale zdirection
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::ScaleBuilder::SetCsys | ( | NXOpen::CoordinateSystem * | csys | ) |
Sets the csys as CoordinateSystem
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
csys | Set the reference Co-ordinate system from which scaling has to be done |
void NXOpen::Features::ScaleBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the point as Point
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
point | Set the referance point from which scaling has to be done |
Sets the scale type Features::ScaleBuilder::Types
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
type | Gets the type of the scale method |
void NXOpen::Features::ScaleBuilder::SetVector | ( | NXOpen::Direction * | vector | ) |
Returns the scale type Features::ScaleBuilder::Types
Created in NX5.0.0.
License requirements : None
Returns the uniform factor
Created in NX5.0.0.
License requirements : None
Returns the vector as Direction
Created in NX5.0.0.
License requirements : None