NX Open C++ Reference Guide
|
Represents a Features::IntersectionCurveBuilder builder
To create a new instance of this class, use Features::FeatureCollection::CreateIntersectionCurveBuilder
Default values.
More...
Public Member Functions | |
bool | Associative () |
Returns the associative Created in NX5.0.0. | |
NXOpen::GeometricUtilities::CurveFitData * | CurveFitData () |
Returns the curve fit settings Created in NX8.0.0. | |
NXOpen::GeometricUtilities::CurveFitOptions * | CurveFitOptions () |
Returns the curve fit options Created in NX5.0.0. | |
NXOpen::ScCollector * | FirstFace () |
Returns the first face Created in NX5.0.0. | |
NXOpen::Plane * | FirstPlane () |
Returns the first plane Created in NX5.0.0. | |
NXOpen::SelectObjectList * | FirstSet () |
Returns the first set required only for non-associative intersection curve Created in NX5.0.0. | |
NXOpen::ScCollector * | SecondFace () |
Returns the second face Created in NX5.0.0. | |
NXOpen::Plane * | SecondPlane () |
Returns the second plane Created in NX5.0.0. | |
NXOpen::SelectObjectList * | SecondSet () |
Returns the second set required only for non-associative intersection curve Created in NX5.0.0. | |
void | SetAssociative (bool associative) |
Sets the associative Created in NX5.0.0. | |
void | SetFirstPlane (NXOpen::Plane *firstPlane) |
Sets the first plane Created in NX5.0.0. | |
void | SetSecondPlane (NXOpen::Plane *secondPlane) |
Sets the second plane Created in NX5.0.0. | |
void | SetTolerance (double tolerance) |
Sets the tolerance Created in NX5.0.0. | |
double | Tolerance () |
Returns the tolerance Created in NX5.0.0. |
Represents a Features::IntersectionCurveBuilder builder
To create a new instance of this class, use Features::FeatureCollection::CreateIntersectionCurveBuilder
Default values.
Property | Value |
---|---|
Associative |
True |
CurveFitData.CurveJoinMethod |
No |
CurveFitData.Degree |
7 |
CurveFitData.FitMethod |
DegreeAndSegments |
CurveFitData.IsAdvancedFit |
0 |
CurveFitData.IsAlignShape |
0 |
CurveFitData.MaximumDegree |
7 |
CurveFitData.MaximumSegments |
1 |
CurveFitData.MinimumDegree |
5 |
CurveFitData.Segments |
1 |
CurveFitOptions.FitOption |
Cubic |
CurveFitOptions.MaximumDegree |
7 |
CurveFitOptions.MaximumSegments |
1 |
Created in NX5.0.0.
Returns the associative
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricUtilities::CurveFitData* NXOpen::Features::IntersectionCurveBuilder::CurveFitData | ( | ) |
Returns the curve fit settings
Created in NX8.0.0.
License requirements : None
NXOpen::GeometricUtilities::CurveFitOptions* NXOpen::Features::IntersectionCurveBuilder::CurveFitOptions | ( | ) |
Returns the curve fit options
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
Returns the first face
Created in NX5.0.0.
License requirements : None
Returns the first plane
Created in NX5.0.0.
License requirements : None
Returns the first set required only for non-associative intersection curve
Created in NX5.0.0.
License requirements : None
Returns the second face
Created in NX5.0.0.
License requirements : None
Returns the second plane
Created in NX5.0.0.
License requirements : None
Returns the second set required only for non-associative intersection curve
Created in NX5.0.0.
License requirements : None
void NXOpen::Features::IntersectionCurveBuilder::SetAssociative | ( | bool | associative | ) |
Sets the associative
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
associative | associative |
void NXOpen::Features::IntersectionCurveBuilder::SetFirstPlane | ( | NXOpen::Plane * | firstPlane | ) |
Sets the first plane
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
firstPlane | firstplane |
void NXOpen::Features::IntersectionCurveBuilder::SetSecondPlane | ( | NXOpen::Plane * | secondPlane | ) |
Sets the second plane
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
secondPlane | secondplane |
void NXOpen::Features::IntersectionCurveBuilder::SetTolerance | ( | double | tolerance | ) |
Sets the tolerance
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
tolerance | tolerance |
Returns the tolerance
Created in NX5.0.0.
License requirements : None