NX Open C++ Reference Guide
|
This class is used to create or edit the information shared among all Ship Design features. More...
Public Member Functions | |
double | AngleTolerance () |
Returns the tolerance, in degrees, used to determine when angles are zero. | |
NXOpen::Features::ShipDesign::PlaneListBuilder * | CreatePlaneForList () |
Create a Features::ShipDesign::PlaneListBuilder to add a defined plane to a list. | |
double | DistanceTolerance () |
Returns the tolerance used to determine when distances are considered zero. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the tolerance, in degrees, used to determine when angles are zero. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the tolerance used to determine when distances are considered zero. |
This class is used to create or edit the information shared among all Ship Design features.
Currently only Basic Design features are utilizing this class.
Cannot create directly.
Created in NX8.0.0.
Returns the tolerance, in degrees, used to determine when angles are zero.
Created in NX8.0.0.
License requirements : None
NXOpen::Features::ShipDesign::PlaneListBuilder* NXOpen::Features::ShipDesign::FeatureParmsBuilder::CreatePlaneForList | ( | ) |
Create a Features::ShipDesign::PlaneListBuilder to add a defined plane to a list.
Returns the tolerance used to determine when distances are considered zero.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::FeatureParmsBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the tolerance, in degrees, used to determine when angles are zero.
Created in NX8.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
angleTolerance | angletolerance |
void NXOpen::Features::ShipDesign::FeatureParmsBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the tolerance used to determine when distances are considered zero.
Created in NX8.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
distanceTolerance | distancetolerance |