Class ContactSpecification
Inheritance
System.Object
ContactSpecification
Assembly: SMT.MastaAPI.14.1.1.dll
public class ContactSpecification : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public double Clearance { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public Vector2D ContactLineDirection { get; }
Property Value
Declaration
public Vector2D ContactLinePoint1 { get; }
Property Value
Declaration
public Vector2D ContactLinePoint2 { get; }
Property Value
Declaration
public Vector2D ContactPoint { get; }
Property Value
Declaration
public Vector2D EstimateContactPoint { get; }
Property Value
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods