| Library | File | Frames | Expand |
| pfcCurveXYZData_ptr | Eval3DData (xreal Param) | |
|
This method is enabled for Creo Direct. Returns a pfcCurveXYZData object with information on the point represented by input parameter t. |
||
| pfcCurveXYZData_ptr | EvalFromLength (xreal StartParameter, xreal Length) | |
|
This method is enabled for Creo Direct. Returns a CURVEXYZData object with information on the point that is a specified distance from the starting point as specified by input parameter t. |
||
| xreal | EvalLength () | |
|
This method is enabled for Creo Direct. Finds the length of the specified edge. |
||
| xreal | EvalLengthBetween (xreal Param1, xreal Param2) | |
|
This method is enabled for Creo Direct. Finds the length of the specified curve between two given parameters. |
||
| xreal | EvalParameter (pfcPoint3D_ptr Point) | |
|
This method is enabled for Creo Direct. Finds the corresponding normalized parameter on the curve, given the XYZ point. |
||
| pfcCurveDescriptor_ptr | GetCurveDescriptor () | |
|
This method is enabled for Creo Direct. This method returns a data object containing the geometry of the edge or curve. |
||
| pfcFeature_ptr | GetFeature () | |
| Returns the feature which contains the geometry. | ||
| xbool | GetIsVisible () | |
|
This method is enabled for Creo Direct. true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined. |
||
| pfcBSplineDescriptor_ptr | GetNURBSRepresentation () | |
| This method returns the geometry of the edge or curve as a non-uniform rational B-spline curve. | ||
| xbool | GetIsVisible | () |
|
This method is enabled for Creo Direct. true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined. |
| pfcFeature_ptr | GetFeature | () |
|
Returns the feature which contains the geometry.
|
| pfcCurveXYZData_ptr | Eval3DData | (xreal Param) |
|
This method is enabled for Creo Direct. Returns a pfcCurveXYZData object with information on the point represented by input parameter t. If the curve is a composite curve,first derivative pfcCurveXYZData::GetDerivative1(optional pfcVector3D_ptr) and second derivative pfcCurveXYZData::GetDerivative2(optional pfcVector3D_ptr) 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_ptr | EvalFromLength | (xreal StartParameter, xreal Length) |
|
This method is enabled for Creo Direct. 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.
|
| xreal | EvalParameter | (pfcPoint3D_ptr Point) |
|
This method is enabled for Creo Direct. Finds the corresponding normalized parameter on the curve, given the XYZ point.
|
| xreal | EvalLength | () |
|
This method is enabled for Creo Direct. Finds the length of the specified edge.
|
| xreal | EvalLengthBetween | (xreal Param1, xreal Param2) |
|
This method is enabled for Creo Direct. Finds the length of the specified curve between two given parameters. Exceptions thrown (but not limited to): pfcXToolkitBadSrfCrv - The input argument is invalid.
|
| pfcCurveDescriptor_ptr | GetCurveDescriptor | () |
|
This method is enabled for Creo Direct. 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.
|
| pfcBSplineDescriptor_ptr | GetNURBSRepresentation | () |
|
This method returns the geometry of the edge or curve as a non-uniform rational B-spline curve.
|