NX Open C++ Reference Guide
|
Represents a CAM::IpwContainmentCurvesBuilder
This is an abstract class, and cannot be instantiated.
More...
Public Types | |
enum | ThicknessModeValue { ThicknessModeValuePoint, ThicknessModeValueDistance } |
the thickness method options More... | |
Public Member Functions | |
NXString | FeatureName () |
Returns the feature name Created in NX6.0.0. | |
void | SetFeatureName (const NXString &featureName) |
Sets the feature name Created in NX6.0.0. | |
void | SetFeatureName (const char *featureName) |
Sets the feature name Created in NX6.0.0. | |
void | SetSmoothingTolerance (double smoothingTolerance) |
Sets the smoothing tolerance Created in NX6.0.0. | |
void | SetSpecifyDistance (double distanceValue) |
Sets the specify distance Created in NX6.0.0. | |
void | SetSpecifyPoint (NXOpen::Point *point) |
Sets the specify point Created in NX6.0.0. | |
void | SetThicknessMode (NXOpen::CAM::IpwContainmentCurvesBuilder::ThicknessModeValue method) |
Sets the thickness mode Created in NX6.0.0. | |
double | SmoothingTolerance () |
Returns the smoothing tolerance Created in NX6.0.0. | |
double | SpecifyDistance () |
Returns the specify distance Created in NX6.0.0. | |
NXOpen::Point * | SpecifyPoint () |
Returns the specify point Created in NX6.0.0. | |
NXOpen::CAM::IpwContainmentCurvesBuilder::ThicknessModeValue | ThicknessMode () |
Returns the thickness mode 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 CAM::IpwContainmentCurvesBuilder
This is an abstract class, and cannot be instantiated.
Created in NX6.0.0.
NXString NXOpen::CAM::IpwContainmentCurvesBuilder::FeatureName | ( | ) |
Returns the feature name
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::IpwContainmentCurvesBuilder::SetFeatureName | ( | const NXString & | featureName | ) |
Sets the feature name
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
featureName | featurename |
void NXOpen::CAM::IpwContainmentCurvesBuilder::SetFeatureName | ( | const char * | featureName | ) |
Sets the feature name
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
featureName | featurename |
void NXOpen::CAM::IpwContainmentCurvesBuilder::SetSmoothingTolerance | ( | double | smoothingTolerance | ) |
Sets the smoothing tolerance
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
smoothingTolerance | smoothingtolerance |
void NXOpen::CAM::IpwContainmentCurvesBuilder::SetSpecifyDistance | ( | double | distanceValue | ) |
Sets the specify distance
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
distanceValue | distancevalue |
void NXOpen::CAM::IpwContainmentCurvesBuilder::SetSpecifyPoint | ( | NXOpen::Point * | point | ) |
Sets the specify point
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
point | point |
void NXOpen::CAM::IpwContainmentCurvesBuilder::SetThicknessMode | ( | NXOpen::CAM::IpwContainmentCurvesBuilder::ThicknessModeValue | method | ) |
Sets the thickness mode
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
method | method |
double NXOpen::CAM::IpwContainmentCurvesBuilder::SmoothingTolerance | ( | ) |
Returns the smoothing tolerance
Created in NX6.0.0.
License requirements : None
double NXOpen::CAM::IpwContainmentCurvesBuilder::SpecifyDistance | ( | ) |
Returns the specify distance
Created in NX6.0.0.
License requirements : None
NXOpen::Point* NXOpen::CAM::IpwContainmentCurvesBuilder::SpecifyPoint | ( | ) |
Returns the specify point
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::IpwContainmentCurvesBuilder::ThicknessModeValue NXOpen::CAM::IpwContainmentCurvesBuilder::ThicknessMode | ( | ) |
Returns the thickness mode
Created in NX6.0.0.
License requirements : None