Class FEModelComponentDrawStyle
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.DevToolsAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FEModelComponentDrawStyle : APIBase, IEquatable<APIBase>
Properties
ConnectableComponents
Highlight Connectable Components
Declaration
public bool ConnectableComponents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SolidComponents
Show components as solid
Declaration
public bool SolidComponents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SolidShafts
Show shafts as solid
Declaration
public bool SolidShafts { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TransparentModel
Show the component Model
Declaration
public bool TransparentModel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>