Class ModelViewOptionsDrawStyle
Inheritance
System.Object
ModelViewOptionsDrawStyle
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ModelViewOptionsDrawStyle : DrawStyle, IEquatable<APIBase>
Properties
Mesh
Declaration
public ListWithSelectedItemAndImage<FEMeshElementEntityOption> Mesh { get; set; }
Property Value
RigidElements
Declaration
public bool RigidElements { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowBearingRingsWhichAreInFEs
Declaration
public bool ShowBearingRingsWhichAreInFEs { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowNodes
Declaration
public bool ShowNodes { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowPartCoordinateSystem
Declaration
public bool ShowPartCoordinateSystem { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowPartLabels
Declaration
public override bool ShowPartLabels { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Solid3DShafts
Declaration
public bool Solid3DShafts { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SolidComponents
Declaration
public bool SolidComponents { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SolidHousing
Declaration
public bool SolidHousing { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
TransparentModel
Declaration
public bool TransparentModel { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods