The type defining section view symbol arrowhead direction.
Public Enum SectionViewArrowDirection TowardsCuttingPlane AwayFromCuttingPlane End Enum
public enum SectionViewArrowDirection {
TowardsCuttingPlane,
AwayFromCuttingPlane
}
| 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 |