Class GuideDxfModel
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GuideDxfModel
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class GuideDxfModel : Component, IEquatable<APIBase>
Properties
LengthUnit
Declaration
public ListWithSelectedItem<Unit> LengthUnit { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<Unit> |
MemoryUsage
Measurement: DataSize
Declaration
public int MemoryUsage { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ScaleFactor
Scales the CAD drawing by the scale factor
Declaration
public double ScaleFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>