NX Open C++ Reference Guide
|
Represents a builder for non-associative trim corner operation. More...
Public Member Functions | |
NXOpen::SelectObject * | Curve1 () |
Returns the curve1 Created in NX5.0.0. | |
NXOpen::SelectObject * | Curve2 () |
Returns the curve2 Created in NX5.0.0. | |
NXOpen::Point3d | GetReferencePoint () |
Returns the reference point. | |
void | SetReferencePoint (const NXOpen::Point3d &referencePoint) |
Sets the reference point Created in NX5.0.0. |
Represents a builder for non-associative trim corner operation.
To create a new instance of this class, use Features::BaseFeatureCollection::CreateTrimCornerBuilder
Created in NX5.0.0.
Returns the curve1
Created in NX5.0.0.
License requirements : None
Returns the curve2
Created in NX5.0.0.
License requirements : None
Returns the reference point.
void NXOpen::Features::TrimCornerBuilder::SetReferencePoint | ( | const NXOpen::Point3d & | referencePoint | ) |
Sets the reference point
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
referencePoint | reference point |