Class PulleyFromCAD
Inheritance
System.Object
PulleyFromCAD
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.ImportFromCAD
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class PulleyFromCAD : MountableComponentFromCAD, IEquatable<APIBase>
Properties
CentreDistance
Declaration
public double CentreDistance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
OuterDiameter
Declaration
public double OuterDiameter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Width
Declaration
public double Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>