Class ModelViewOptionsDrawStyle
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ModelViewOptionsDrawStyle
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.Drawing
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ModelViewOptionsDrawStyle : DrawStyle, IEquatable<APIBase>
Properties
RigidElements
Declaration
public bool RigidElements { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowNodes
Declaration
public bool ShowNodes { 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>