Class RollingBearingFromCAD
Inheritance
System.Object
RollingBearingFromCAD
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.ImportFromCAD
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class RollingBearingFromCAD : ConnectorFromCAD, IEquatable<APIBase>
Properties
Bore
Declaration
public double Bore { 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>