EntityObjectNormal Property
|
Gets or sets the entity
normal.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Vector3 Normal { get; set; }
Public Property Normal As Vector3
Get
Set
public:
property Vector3 Normal {
Vector3 get ();
void set (Vector3 value);
}
member Normal : Vector3 with get, set
PROPERTY Normal AS Vector3 GET SET
Property Value
Type:
Vector3See Also