| Library | Module | Frames | Expand |
| /* readonly */ boolean | IsVisible | |
| true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined. | ||
| pfcCurveXYZData | Eval3DData (number Param) | |
| Returns a pfcCurveXYZData object with information on the point represented by input parameter t. | ||
| pfcCurveXYZData | EvalFromLength (number StartParameter, number Length) | |
| Returns a CURVEXYZData object with information on the point that is a specified distance from the starting point as specified by input parameter t. | ||
| number | EvalLength () | |
| Finds the length of the specified edge. | ||
| number | EvalLengthBetween (number Param1, number Param2) | |
| Finds the length of the specified curve between two given parameters. | ||
| number | EvalParameter (pfcPoint3D Point) | |
| Finds the corresponding normalized parameter on the curve, given the XYZ point. | ||
| pfcCurveDescriptor | GetCurveDescriptor () | |
| This method returns a data object containing the geometry of the edge or curve. | ||
| pfcFeature | GetFeature () | |
| Returns the feature which contains the geometry. | ||
| pfcBSplineDescriptor | GetNURBSRepresentation () | |
| This method returns the geometry of the edge or curve as a non-uniform rational B-spline curve. | ||
| /* readonly */ boolean | IsVisible |
|
true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined. |
| pfcCurveXYZData | Eval3DData | (number Param) |
|
Returns a pfcCurveXYZData object with information on the point represented by input parameter t. If the curve is a composite curve,first derivative pfcCurveXYZData.Derivative1 and second derivative pfcCurveXYZData.Derivative2 are not accessible and will benull. Exceptions thrown (but not limited to): pfcXToolkitNotImplemented - The argument p_curve represents a composite curve, while deriv1 or deriv2 is not NULL.
|
| pfcCurveXYZData | EvalFromLength | (number StartParameter, number Length) |
|
Returns a CURVEXYZData object with information on the point that is a specified distance from the starting point as specified by input parameter t. Exceptions thrown (but not limited to): pfcXToolkitBadSrfCrv - The input argument is invalid.
|
| number | EvalLength | () |
|
Finds the length of the specified edge.
|
| number | EvalLengthBetween | (number Param1, number Param2) |
|
Finds the length of the specified curve between two given parameters. Exceptions thrown (but not limited to): pfcXToolkitBadSrfCrv - The input argument is invalid.
|
| number | EvalParameter | (pfcPoint3D Point) |
|
Finds the corresponding normalized parameter on the curve, given the XYZ point.
|
| pfcCurveDescriptor | GetCurveDescriptor | () |
|
This method returns a data object containing the geometry of the edge or curve. Exceptions thrown (but not limited to): pfcXToolkitInvalidType - The specified data is not a composite curve data structure.
|
| pfcFeature | GetFeature | () |
|
Returns the feature which contains the geometry.
|
| pfcBSplineDescriptor | GetNURBSRepresentation | () |
|
This method returns the geometry of the edge or curve as a non-uniform rational B-spline curve.
|