NX Open C++ Reference Guide
|
Represents a Features::LawCurve builder
To create a new instance of this class, use Features::FeatureCollection::CreateLawCurveBuilder
Default values.
More...
Public Member Functions | |
NXOpen::CoordinateSystem * | CoordinateSystem () |
Returns the coordinate system Created in NX7.5.1. | |
double | DistanceTolerance () |
Returns the distance tolerance Created in NX7.5.1. | |
void | SetCoordinateSystem (NXOpen::CoordinateSystem *coordinateSystem) |
Sets the coordinate system Created in NX7.5.1. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance Created in NX7.5.1. | |
NXOpen::GeometricUtilities::LawBuilder * | XLaw () |
Returns the x law Created in NX7.5.1. | |
NXOpen::GeometricUtilities::LawBuilder * | YLaw () |
Returns the y law Created in NX7.5.1. | |
NXOpen::GeometricUtilities::LawBuilder * | ZLaw () |
Returns the z law Created in NX7.5.1. |
Represents a Features::LawCurve builder
To create a new instance of this class, use Features::FeatureCollection::CreateLawCurveBuilder
Default values.
Property | Value |
---|---|
XLaw.Function |
xt |
XLaw.LawType |
ByEquation |
XLaw.Parameter |
t |
YLaw.Function |
yt |
YLaw.LawType |
ByEquation |
ZLaw.Function |
zt |
ZLaw.LawType |
ByEquation |
Created in NX7.5.1.
Returns the coordinate system
Created in NX7.5.1.
License requirements : None
Returns the distance tolerance
Created in NX7.5.1.
License requirements : None
void NXOpen::Features::LawCurveBuilder::SetCoordinateSystem | ( | NXOpen::CoordinateSystem * | coordinateSystem | ) |
Sets the coordinate system
Created in NX7.5.1.
License requirements : solid_modeling ("SOLIDS MODELING")
coordinateSystem | coordinatesystem |
void NXOpen::Features::LawCurveBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance
Created in NX7.5.1.
License requirements : solid_modeling ("SOLIDS MODELING")
distanceTolerance | distancetolerance |
Returns the x law
Created in NX7.5.1.
License requirements : None
Returns the y law
Created in NX7.5.1.
License requirements : None
Returns the z law
Created in NX7.5.1.
License requirements : None