Class GearTipRadiusClashTest
Inheritance
System.Object
GearTipRadiusClashTest
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class GearTipRadiusClashTest : APIBase, IEquatable<APIBase>
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