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