Plane.Normal Property
Parent Object: PlaneDescription
Property that indicates the vector for a specific normal in the set.
Syntax
Plane.Normal() As UnitVectorProperty Value
This is a read/write property whose value is a UnitVector.Samples
Name | Description |
Create a 3D sketch dimension | This sample demonstrates the creation of a 3d sketch line and a dimension between the start and the end points of the line. |
Offset a 2D sketch | This sample demonstrates the creation of offsets in 2d sketches. Two ways of creating the offset are shown - one uses a distance and the other uses the input point. |