Class DrawStyle
Inheritance
System.Object
DrawStyle
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Geometry
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class DrawStyle : DrawStyleBase, IEquatable<APIBase>
Properties
OutlineAxis
Declaration
public bool OutlineAxis { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowPartLabels
Declaration
public virtual bool ShowPartLabels { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>