Class BallBearingShoulderDefinition
Inheritance
System.Object
BallBearingShoulderDefinition
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class BallBearingShoulderDefinition : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Chamfer
Declaration
public Overridable<double> Chamfer { get; set; }
Property Value
Diameter
Declaration
public Overridable<double> Diameter { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods