NX Open C++ Reference Guide
|
Represents a new MarkingLine Feature builder. More...
Public Member Functions | |
double | AngleTolerance () |
Returns the angle tolerance for marking lines. | |
double | DistanceTolerance () |
Returns the distance tolerance for marking lines. | |
NXOpen::SelectDisplayableObjectList * | GridPlanes () |
Returns the collection of planes defining all the intersections on the profiles and plates. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle tolerance for marking lines. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance for marking lines. | |
void | SetUseExistingCuttingSideFace (bool useExistingCuttingSideFace) |
Sets the option to decide if the current cutting side faces are used(true) or if the cutting side faces should be recalculated(false). | |
bool | UseExistingCuttingSideFace () |
Returns the option to decide if the current cutting side faces are used(true) or if the cutting side faces should be recalculated(false). |
Represents a new MarkingLine Feature builder.
This class is used in the process of creating or editing a marking line feature.
To create a new instance of this class, use Features::ShipCollection::CreateMarkingLineDesignBuilder
Created in NX8.0.0.
Returns the angle tolerance for marking lines.
Created in NX8.0.0.
License requirements : None
Returns the distance tolerance for marking lines.
Created in NX8.0.0.
License requirements : None
NXOpen::SelectDisplayableObjectList* NXOpen::Features::ShipDesign::MarkingLineDesignBuilder::GridPlanes | ( | ) |
Returns the collection of planes defining all the intersections on the profiles and plates.
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::MarkingLineDesignBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance for marking lines.
Created in NX8.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")
angleTolerance | angletolerance |
void NXOpen::Features::ShipDesign::MarkingLineDesignBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance for marking lines.
Created in NX8.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")
distanceTolerance | distancetolerance |
void NXOpen::Features::ShipDesign::MarkingLineDesignBuilder::SetUseExistingCuttingSideFace | ( | bool | useExistingCuttingSideFace | ) |
Sets the option to decide if the current cutting side faces are used(true) or if the cutting side faces should be recalculated(false).
Created in NX8.0.0.
License requirements : nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing")
useExistingCuttingSideFace | useexistingcuttingsideface |
Returns the option to decide if the current cutting side faces are used(true) or if the cutting side faces should be recalculated(false).
Created in NX8.0.0.
License requirements : None