Class SynchroniserCone
Inheritance
System.Object
SynchroniserCone
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class SynchroniserCone : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
CoefficientDynamicFriction
Declaration
public double CoefficientDynamicFriction { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Diameter
Declaration
public double Diameter { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Length
Declaration
public double Length { 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