Description
This function pushes a new transform onto the transform stack. It generates the input matrix using the arbitrary axis algorithm and the supplied vector.
When you have finished with the transform, you must call PopModelTransform() to leave the pipe in the same state as before.
Returns true if successful; otherwise, returns false.
Visual Basic
Public abstract Function PushModelTransform( normal As Vector3d ) As bool
C#
public abstract bool PushModelTransform( Vector3d normal );
Parameters
| Parameters | Description |
|---|---|
| Vector3d normal | Input normal vector |
Links
Geometry Class, Autodesk.AutoCAD.GraphicsInterface Namespace