Class GuideDxfModel
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>