Description
Adds a reference cylinder by fitting a specified unordered point set to model. Then it returns an RFErrorCode value indicating whether there occurs error or not.
Syntax
Function RFReferenceGeometry.AddRefCylinderFitPoints(pointCount As Long, pPoints As RFPoint3, pRefGeomID As RFEntityID) As RFErrorCode
The AddRefCylinderFitPoints syntax has these parts:
| Part | Description |
|---|---|
| pointCount | [IN] Long Required. The number of points. |
| pPoints | [IN] RFPoint3 Required. The first element of RFPoint3 array containing a point set to fit to a reference cylinder. |
| pRefGeomID | [OUT] RFEntityID Required. The RFEntityID of reference cylinder which is added. |
Remarks