Class GearTipRadiusClashTest
Inheritance
System.Object
GearTipRadiusClashTest
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class GearTipRadiusClashTest : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
BodyMoniker
Declaration
public string BodyMoniker { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
| Type |
Description |
| System.String |
|
GearAxis
Declaration
public Vector3D GearAxis { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Position
Declaration
public Vector3D Position { get; }
Property Value
RadialLimit
Declaration
public double RadialLimit { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods