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 | 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. |
Represents a CAM::IpwContainmentCurvesBuilder
This is an abstract class, and cannot be instantiated.
Created in NX6.0.0.
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::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 |
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 |
Returns the smoothing tolerance
Created in NX6.0.0.
License requirements : None
Returns the specify distance
Created in NX6.0.0.
License requirements : None
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