PlanarSketch.AxisIsX Property
Parent Object: PlanarSketchDescription
Gets and sets if the axis entity defines the X or Y axis. True indicates the axis defines the X-axis.
Syntax
PlanarSketch.AxisIsX() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
Sketch Edit Orientation | This sample demonstrates modifying the orientation of a sketch. |