NX Open C++ Reference Guide
|
Represents a Features::Geomcopy builder
To create a new instance of this class, use Features::FeatureCollection::CreateGeomcopyBuilder
Default values.
More...
Public Types | |
enum | AlongPathDistanceOptions { AlongPathDistanceOptionsFillPathLength, AlongPathDistanceOptionsArcLength } |
along path distance options More... | |
enum | CsysMirrorOptions { CsysMirrorOptionsMirrorXAndY, CsysMirrorOptionsMirrorYAndZ, CsysMirrorOptionsMirrorZAndX } |
CSYS mirror options. More... | |
enum | TransformTypes { TransformTypesBetweenLocations, TransformTypesMirror, TransformTypesTranslation, TransformTypesRotation, TransformTypesAlongCurve, TransformTypesOffset } |
user input transform types. More... | |
Public Member Functions | |
NXOpen::Expression * | AlongPathAngle () |
Returns the angle dimension used for along path type of instancing. | |
bool | Associative () |
Returns the associative, a logical flag to indicate if the copies are associative. | |
NXOpen::GeometricUtilities::BetweenLocationsData * | BetweenLocations () |
Returns the between locations data for between locations type of the transformation. | |
bool | CopyThreads () |
Returns the copy threads option Created in NX8.0.0. | |
NXOpen::Features::GeomcopyBuilder::CsysMirrorOptions | CsysMirrorOption () |
Returns the Alternate Datum CSYS mirror method option Created in NX6.0.0. | |
NXOpen::Features::GeomcopyBuilder::AlongPathDistanceOptions | FillPathLength () |
Returns the fill path length, a distance option for along path type of instancing. | |
NXOpen::SelectObjectList * | GeometryToInstance () |
Returns the selected object list of geometry to instance. | |
bool | HideOriginal () |
Returns the hide original Created in NX6.0.0. | |
NXOpen::Plane * | MirrorPlane () |
Returns the mirror plane for mirror type of instancing. | |
NXOpen::Expression * | NumberOfCopies () |
Returns the number of copies to make for the geometry to instance. | |
NXOpen::GeometricUtilities::OnPathDimensionBuilder * | OnPathDistance () |
Returns the onpath distance dimension used for along path type of instancing. | |
NXOpen::Section * | Path () |
Returns the section path for along path type of instancing. | |
NXOpen::Expression * | RotateAngle () |
Returns the angle dimension used for rotation type of instancing. | |
NXOpen::Expression * | RotateDistance () |
Returns the distance dimension used for rotation type of instancing. | |
NXOpen::Axis * | RotationAxis () |
Returns the rotation axis for rotation type of instancing. | |
void | SetAssociative (bool associative) |
Sets the associative, a logical flag to indicate if the copies are associative. | |
void | SetCopyThreads (bool copyThreads) |
Sets the copy threads option Created in NX8.0.0. | |
void | SetCsysMirrorOption (NXOpen::Features::GeomcopyBuilder::CsysMirrorOptions csysMirrorOption) |
Sets the Alternate Datum CSYS mirror method option Created in NX6.0.0. | |
void | SetFillPathLength (NXOpen::Features::GeomcopyBuilder::AlongPathDistanceOptions fillPathLength) |
Sets the fill path length, a distance option for along path type of instancing. | |
void | SetHideOriginal (bool hideOriginal) |
Sets the hide original Created in NX6.0.0. | |
void | SetMirrorPlane (NXOpen::Plane *mirrorPlane) |
Sets the mirror plane for mirror type of instancing. | |
void | SetPath (NXOpen::Section *path) |
Sets the section path for along path type of instancing. | |
void | SetRotationAxis (NXOpen::Axis *rotationAxis) |
Sets the rotation axis for rotation type of instancing. | |
void | SetTranslationVector (NXOpen::Direction *translationVector) |
Sets the translation vector for translation type of instancing. | |
void | SetType (NXOpen::Features::GeomcopyBuilder::TransformTypes transformType) |
Sets the transformation type of instancing, such as Between Locations, or Mirror. | |
NXOpen::Expression * | TranslateDistance () |
Returns the distance dimension used for translation type of instancing. | |
NXOpen::Direction * | TranslationVector () |
Returns the translation vector for translation type of instancing. | |
NXOpen::Features::GeomcopyBuilder::TransformTypes | Type () |
Returns the transformation type of instancing, such as Between Locations, or Mirror. |
Represents a Features::Geomcopy builder
To create a new instance of this class, use Features::FeatureCollection::CreateGeomcopyBuilder
Default values.
Property | Value |
---|---|
Associative |
True |
CopyThreads |
True |
CsysMirrorOption |
MirrorYAndZ |
FillPathLength |
FillPathLength |
Created in NX5.0.0.
user input transform types.
Returns the angle dimension used for along path type of instancing.
Created in NX5.0.0.
License requirements : None
Returns the associative, a logical flag to indicate if the copies are associative.
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricUtilities::BetweenLocationsData* NXOpen::Features::GeomcopyBuilder::BetweenLocations | ( | ) |
Returns the between locations data for between locations type of the transformation.
Created in NX5.0.0.
License requirements : None
Returns the copy threads option
Created in NX8.0.0.
License requirements : None
NXOpen::Features::GeomcopyBuilder::CsysMirrorOptions NXOpen::Features::GeomcopyBuilder::CsysMirrorOption | ( | ) |
Returns the Alternate Datum CSYS mirror method option
Created in NX6.0.0.
License requirements : None
NXOpen::Features::GeomcopyBuilder::AlongPathDistanceOptions NXOpen::Features::GeomcopyBuilder::FillPathLength | ( | ) |
Returns the fill path length, a distance option for along path type of instancing.
Created in NX5.0.0.
License requirements : None
Returns the selected object list of geometry to instance.
Created in NX5.0.0.
License requirements : None
Returns the hide original
Created in NX6.0.0.
License requirements : None
Returns the mirror plane for mirror type of instancing.
Created in NX5.0.0.
License requirements : None
Returns the number of copies to make for the geometry to instance.
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricUtilities::OnPathDimensionBuilder* NXOpen::Features::GeomcopyBuilder::OnPathDistance | ( | ) |
Returns the onpath distance dimension used for along path type of instancing.
Created in NX5.0.0.
License requirements : None
Returns the section path for along path type of instancing.
Created in NX5.0.0.
License requirements : None
Returns the angle dimension used for rotation type of instancing.
Created in NX5.0.0.
License requirements : None
Returns the distance dimension used for rotation type of instancing.
Created in NX5.0.0.
License requirements : None
Returns the rotation axis for rotation type of instancing.
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::GeomcopyBuilder::SetAssociative | ( | bool | associative | ) |
Sets the associative, a logical flag to indicate if the copies are associative.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
associative | associative |
void NXOpen::Features::GeomcopyBuilder::SetCopyThreads | ( | bool | copyThreads | ) |
Sets the copy threads option
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
copyThreads | copythreads |
void NXOpen::Features::GeomcopyBuilder::SetCsysMirrorOption | ( | NXOpen::Features::GeomcopyBuilder::CsysMirrorOptions | csysMirrorOption | ) |
Sets the Alternate Datum CSYS mirror method option
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
csysMirrorOption | csysmirroroption |
void NXOpen::Features::GeomcopyBuilder::SetFillPathLength | ( | NXOpen::Features::GeomcopyBuilder::AlongPathDistanceOptions | fillPathLength | ) |
Sets the fill path length, a distance option for along path type of instancing.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
fillPathLength | fillpathlength |
void NXOpen::Features::GeomcopyBuilder::SetHideOriginal | ( | bool | hideOriginal | ) |
Sets the hide original
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
hideOriginal | hideoriginal |
void NXOpen::Features::GeomcopyBuilder::SetMirrorPlane | ( | NXOpen::Plane * | mirrorPlane | ) |
Sets the mirror plane for mirror type of instancing.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
mirrorPlane | mirrorplane |
void NXOpen::Features::GeomcopyBuilder::SetPath | ( | NXOpen::Section * | path | ) |
Sets the section path for along path type of instancing.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
path | path |
void NXOpen::Features::GeomcopyBuilder::SetRotationAxis | ( | NXOpen::Axis * | rotationAxis | ) |
Sets the rotation axis for rotation type of instancing.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
rotationAxis | rotationaxis |
void NXOpen::Features::GeomcopyBuilder::SetTranslationVector | ( | NXOpen::Direction * | translationVector | ) |
Sets the translation vector for translation type of instancing.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
translationVector | translationvector |
void NXOpen::Features::GeomcopyBuilder::SetType | ( | NXOpen::Features::GeomcopyBuilder::TransformTypes | transformType | ) |
Sets the transformation type of instancing, such as Between Locations, or Mirror.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
transformType | transform type |
Returns the distance dimension used for translation type of instancing.
Created in NX5.0.0.
License requirements : None
Returns the translation vector for translation type of instancing.
Created in NX5.0.0.
License requirements : None
Returns the transformation type of instancing, such as Between Locations, or Mirror.
Created in NX5.0.0.
License requirements : None