Skip to content

ACadSharp.Entities.Spline.Normal

Albert Domenech edited this page Aug 5, 2024 · 3 revisions

Normal Property

Specifies the three-dimensional normal unit vector for the object.

Remarks

Omitted if the spline is nonplanar.

Definition

Namespace: ACadSharp.Entities.Spline

C#

DxfCodeValueAttribute
public XYZ Normal { get; set; }

Property Value

XYZ

Clone this wiki locally