Description
The type defining section view symbol arrowhead direction.
Visual Basic
Public Enum SectionViewArrowDirection TowardsCuttingPlane AwayFromCuttingPlane End Enum
C#
public enum SectionViewArrowDirection { TowardsCuttingPlane, AwayFromCuttingPlane }
Members
Members | Description |
---|---|
TowardsCuttingPlane | This flag is set when the section view symbol arrowheads are oriented towards the cutting plane.enum |
AwayFromCuttingPlane | This flag is set when the section view symbol arrowheads are oriented away from the cutting plane.enum |