Class ExternalCADModel
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ExternalCADModel
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ExternalCADModel : Component, IEquatable<APIBase>
Properties
DrawTwoSided
Declaration
public bool DrawTwoSided { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Opacity
Measurement: Percentage
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>