Property Normal As Vector
Sets or returns the Extrusion Direction vector for the entity.
Syntax
objectVariable = object.Normal
object.Normal = <objectVariable>
where:
objectVariable represents a Vector object;
object is the applicable entity object;
Examples ...