Class FEModelComponentDrawStyle
Inheritance
System.Object
FEModelComponentDrawStyle
Assembly: SMT.MastaAPI.14.1.1.dll
public class FEModelComponentDrawStyle : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public bool ConnectableComponents { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool SolidComponents { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool SolidShafts { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool TransparentModel { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods