NX Open C++ Reference Guide
|
Represents a MarkingLine Feature builder
To create a new instance of this class, use Features::ShipCollection::CreateMarkingLineBuilder
Created in NX5.0.0.
More...
Public Member Functions | |
double | AngleTolerance () |
Returns the angle tolerance for marking lines. | |
NXOpen::ScCollector * | CuttingSideFaces () |
Returns the cutting side face Created in NX5.0.0. | |
bool | HideOriginal () |
Returns the option to hide original marking lines. | |
void | SetAngleTolerance (double tolerance) |
Sets the angle tolerance for marking lines. | |
void | SetHideOriginal (bool hideOriginal) |
Sets the option to hide original marking lines. | |
void | SetTolerance (double tolerance) |
Sets the distance tolerance for marking lines. | |
double | Tolerance () |
Returns the distance tolerance for marking lines. |
Represents a MarkingLine Feature builder
To create a new instance of this class, use Features::ShipCollection::CreateMarkingLineBuilder
Created in NX5.0.0.
Returns the angle tolerance for marking lines.
Created in NX7.5.0.
License requirements : None
Returns the cutting side face
Created in NX5.0.0.
License requirements : None
Returns the option to hide original marking lines.
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::MarkingLineBuilder::SetAngleTolerance | ( | double | tolerance | ) |
Sets the angle tolerance for marking lines.
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept")
tolerance | tolerance |
void NXOpen::Features::ShipDesign::MarkingLineBuilder::SetHideOriginal | ( | bool | hideOriginal | ) |
Sets the option to hide original marking lines.
Created in NX5.0.0.
License requirements : nx_ship_concept ("Ship Concept")
hideOriginal | hideoriginal |
void NXOpen::Features::ShipDesign::MarkingLineBuilder::SetTolerance | ( | double | tolerance | ) |
Sets the distance tolerance for marking lines.
Created in NX7.5.0.
License requirements : nx_ship_concept ("Ship Concept")
tolerance | tolerance |
Returns the distance tolerance for marking lines.
Created in NX7.5.0.
License requirements : None