NX Open C++ Reference Guide
|
Represents a CAE::NodeProjectBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateNodeProjectBuilder
Created in NX8.5.0.
More...
Public Types | |
enum | LabelType { LabelTypeLabel, LabelTypeOffset } |
Option to use label/increment or offset. More... | |
enum | NodeProjectTypes { NodeProjectTypesProjectOnly, NodeProjectTypesCopyAndProject } |
Represents the node project types. More... | |
enum | ProjectionMethodType { ProjectionMethodTypeByDirection, ProjectionMethodTypeShotestDistance } |
Represents Projection Method. More... | |
Public Member Functions | |
NXOpen::CAE::NodeProjectBuilder::NodeProjectTypes | CopyOption () |
Returns the copy option Created in NX8.5.0. | |
NXOpen::SelectTaggedObject * | Geometry () |
Returns the geometry on which projection will happen Created in NX8.5.0. | |
int | Increment () |
Returns the increment Created in NX8.5.0. | |
int | Label () |
Returns the label Created in NX8.5.0. | |
NXOpen::CAE::NodeProjectBuilder::LabelType | LabelOption () |
Returns the label option Created in NX8.5.0. | |
NXOpen::CAE::NodeProjectBuilder::ProjectionMethodType | MethodOption () |
Returns the method option Created in NX8.5.0. | |
NXOpen::CAE::SelectFENodeList * | Nodes () |
Returns the selected nodes to be extruded Created in NX8.5.0. | |
int | Offset () |
Returns the offset Created in NX8.5.0. | |
double | PercentOffset () |
Returns the percent offset Created in NX8.5.0. | |
void | SetCopyOption (NXOpen::CAE::NodeProjectBuilder::NodeProjectTypes methodOption) |
Sets the copy option Created in NX8.5.0. | |
void | SetIncrement (int increment) |
Sets the increment Created in NX8.5.0. | |
void | SetLabel (int label) |
Sets the label Created in NX8.5.0. | |
void | SetLabelOption (NXOpen::CAE::NodeProjectBuilder::LabelType labelOption) |
Sets the label option Created in NX8.5.0. | |
void | SetMethodOption (NXOpen::CAE::NodeProjectBuilder::ProjectionMethodType methodOption) |
Sets the method option Created in NX8.5.0. | |
void | SetOffset (int offset) |
Sets the offset Created in NX8.5.0. | |
void | SetPercentOffset (double percentOffset) |
Sets the percent offset Created in NX8.5.0. | |
void | SetTolerance (double tol) |
Sets the projection tolerance Created in NX8.5.0. | |
void | SetVector (NXOpen::Direction *vector) |
Sets the vector along which projection will happen Created in NX8.5.0. | |
double | Tolerance () |
Returns the projection tolerance Created in NX8.5.0. | |
NXOpen::Direction * | Vector () |
Returns the vector along which projection will happen Created in NX8.5.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 CAE::NodeProjectBuilder
To create a new instance of this class, use CAE::NodeElementManager::CreateNodeProjectBuilder
Created in NX8.5.0.
Represents Projection Method.
ProjectionMethodTypeByDirection |
By Direction. |
ProjectionMethodTypeShotestDistance |
along shortest distance |
NXOpen::CAE::NodeProjectBuilder::NodeProjectTypes NXOpen::CAE::NodeProjectBuilder::CopyOption | ( | ) |
Returns the copy option
Created in NX8.5.0.
License requirements : None
NXOpen::SelectTaggedObject* NXOpen::CAE::NodeProjectBuilder::Geometry | ( | ) |
Returns the geometry on which projection will happen
Created in NX8.5.0.
License requirements : None
int NXOpen::CAE::NodeProjectBuilder::Increment | ( | ) |
Returns the increment
Created in NX8.5.0.
License requirements : None
int NXOpen::CAE::NodeProjectBuilder::Label | ( | ) |
Returns the label
Created in NX8.5.0.
License requirements : None
NXOpen::CAE::NodeProjectBuilder::LabelType NXOpen::CAE::NodeProjectBuilder::LabelOption | ( | ) |
Returns the label option
Created in NX8.5.0.
License requirements : None
NXOpen::CAE::NodeProjectBuilder::ProjectionMethodType NXOpen::CAE::NodeProjectBuilder::MethodOption | ( | ) |
Returns the method option
Created in NX8.5.0.
License requirements : None
NXOpen::CAE::SelectFENodeList* NXOpen::CAE::NodeProjectBuilder::Nodes | ( | ) |
Returns the selected nodes to be extruded
Created in NX8.5.0.
License requirements : None
int NXOpen::CAE::NodeProjectBuilder::Offset | ( | ) |
Returns the offset
Created in NX8.5.0.
License requirements : None
double NXOpen::CAE::NodeProjectBuilder::PercentOffset | ( | ) |
Returns the percent offset
Created in NX8.5.0.
License requirements : None
void NXOpen::CAE::NodeProjectBuilder::SetCopyOption | ( | NXOpen::CAE::NodeProjectBuilder::NodeProjectTypes | methodOption | ) |
Sets the copy option
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
methodOption | methodoption |
void NXOpen::CAE::NodeProjectBuilder::SetIncrement | ( | int | increment | ) |
Sets the increment
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
increment | increment |
void NXOpen::CAE::NodeProjectBuilder::SetLabel | ( | int | label | ) |
Sets the label
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
label | label |
void NXOpen::CAE::NodeProjectBuilder::SetLabelOption | ( | NXOpen::CAE::NodeProjectBuilder::LabelType | labelOption | ) |
Sets the label option
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
labelOption | labeloption |
void NXOpen::CAE::NodeProjectBuilder::SetMethodOption | ( | NXOpen::CAE::NodeProjectBuilder::ProjectionMethodType | methodOption | ) |
Sets the method option
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
methodOption | methodoption |
void NXOpen::CAE::NodeProjectBuilder::SetOffset | ( | int | offset | ) |
Sets the offset
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
offset | offset |
void NXOpen::CAE::NodeProjectBuilder::SetPercentOffset | ( | double | percentOffset | ) |
Sets the percent offset
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
percentOffset | percentoffset |
void NXOpen::CAE::NodeProjectBuilder::SetTolerance | ( | double | tol | ) |
Sets the projection tolerance
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
tol | tol |
void NXOpen::CAE::NodeProjectBuilder::SetVector | ( | NXOpen::Direction * | vector | ) |
Sets the vector along which projection will happen
Created in NX8.5.0.
License requirements : nx_masterfem ("Finite Element Modeling")
vector | vector |
double NXOpen::CAE::NodeProjectBuilder::Tolerance | ( | ) |
Returns the projection tolerance
Created in NX8.5.0.
License requirements : None
NXOpen::Direction* NXOpen::CAE::NodeProjectBuilder::Vector | ( | ) |
Returns the vector along which projection will happen
Created in NX8.5.0.
License requirements : None