Click or drag to resize

ExtrusionMiterPlaneNormalAtStart Property

Gets or sets the normal of the miter plane at the start in profile coordinates. In profile coordinates, 0,0,1 always maps to the extrusion axis

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Vector3d MiterPlaneNormalAtStart { get; set; }

Property Value

Type: Vector3d
See Also