NX Open C++ Reference Guide
|
Represents a @link Features::Geomcopy Features::Geomcopy@endlink builder <br> To create a new instance of this class, use @link Features::FeatureCollection::CreateGeomcopyBuilder Features::FeatureCollection::CreateGeomcopyBuilder @endlink <br>
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. | |
![]() | |
NXOpen::Features::Feature * | CommitFeature () |
Commits the feature parameters and creates the feature. | |
NXOpen::Features::Feature * | GetFeature () |
Returns the feature currently being edited by this builder. | |
void | HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature) |
Re-suppress an internal parent feature (a slave feature) after it has been edited. | |
bool | ParentFeatureInternal () |
Returns whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
bool | PatchSolutionFlag () |
Returns the patch solution flag Created in NX8.0.1. | |
NXString | PatchSurfaceFilename () |
Returns the patch surface filename Created in NX8.0.1. | |
void | SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the parent features which would be internal or slaves to the feature being created or commited Created in NX6.0.0. | |
void | SetParentFeatureInternal (bool isInternal) |
Sets whether or not the latest timestamped parent feature of this feature should be made internal Created in NX5.0.0. | |
void | SetPatchSolutionFlag (bool optionValue) |
Sets the patch solution flag Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const NXString &surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetPatchSurfaceFilename (const char *surfaceFilename) |
Sets the patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const NXString &surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | SetSurroundingPatchSurfaceFilename (const char *surroundingSurfaceFilename) |
Sets the surrounding patch surface filename Created in NX8.0.1. | |
void | ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature) |
Unsuppress an internal parent feature (a slave feature) so it can be edited. | |
NXString | SurroundingPatchSurfaceFilename () |
Returns the surrounding patch surface filename Created in NX8.0.1. | |
void | UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature) |
Set the internal parent feature of the feature being edited to external Created in NX6.0.0. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a @link Features::Geomcopy Features::Geomcopy@endlink builder <br> To create a new instance of this class, use @link Features::FeatureCollection::CreateGeomcopyBuilder Features::FeatureCollection::CreateGeomcopyBuilder @endlink <br>
Default values.
Property | Value |
---|---|
Associative |
True |
CopyThreads |
True |
CsysMirrorOption |
MirrorYAndZ |
FillPathLength |
FillPathLength |
Created in NX5.0.0.
user input transform types.
NXOpen::Expression* NXOpen::Features::GeomcopyBuilder::AlongPathAngle | ( | ) |
Returns the angle dimension used for along path type of instancing.
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::GeomcopyBuilder::Associative | ( | ) |
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
bool NXOpen::Features::GeomcopyBuilder::CopyThreads | ( | ) |
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
NXOpen::SelectObjectList* NXOpen::Features::GeomcopyBuilder::GeometryToInstance | ( | ) |
Returns the selected object list of geometry to instance.
Created in NX5.0.0.
License requirements : None
bool NXOpen::Features::GeomcopyBuilder::HideOriginal | ( | ) |
Returns the hide original
Created in NX6.0.0.
License requirements : None
NXOpen::Plane* NXOpen::Features::GeomcopyBuilder::MirrorPlane | ( | ) |
Returns the mirror plane for mirror type of instancing.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::GeomcopyBuilder::NumberOfCopies | ( | ) |
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
NXOpen::Section* NXOpen::Features::GeomcopyBuilder::Path | ( | ) |
Returns the section path for along path type of instancing.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::GeomcopyBuilder::RotateAngle | ( | ) |
Returns the angle dimension used for rotation type of instancing.
Created in NX5.0.0.
License requirements : None
NXOpen::Expression* NXOpen::Features::GeomcopyBuilder::RotateDistance | ( | ) |
Returns the distance dimension used for rotation type of instancing.
Created in NX5.0.0.
License requirements : None
NXOpen::Axis* NXOpen::Features::GeomcopyBuilder::RotationAxis | ( | ) |
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 |
NXOpen::Expression* NXOpen::Features::GeomcopyBuilder::TranslateDistance | ( | ) |
Returns the distance dimension used for translation type of instancing.
Created in NX5.0.0.
License requirements : None
NXOpen::Direction* NXOpen::Features::GeomcopyBuilder::TranslationVector | ( | ) |
Returns the translation vector for translation type of instancing.
Created in NX5.0.0.
License requirements : None
NXOpen::Features::GeomcopyBuilder::TransformTypes NXOpen::Features::GeomcopyBuilder::Type | ( | ) |
Returns the transformation type of instancing, such as Between Locations, or Mirror.
Created in NX5.0.0.
License requirements : None