iFeatureSketchPlaneInput.SetPosition Method
Parent Object: iFeatureSketchPlaneInputDescription
Method that sets the position of the iFeature on the plane provided.
Syntax
iFeatureSketchPlaneInput.SetPosition( Point As Point, Axis As Vector, RotationAngle As Double )Parameters
Name | Type | Description |
Point | Point | Input object that specifies the 3D location of the iFeature on the plane. |
Axis | Vector | Specifies the vector along which the X-axis of iFeature will be aligned. |
RotationAngle | Double | Specifies the angle in radians by which the axis will be rotated about a vector perpendicular to the plane used for placing the iFeature. |