Class ContactSpecification
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ContactSpecification
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Cycloidal
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ContactSpecification : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
Clearance
Measurement: VeryShortLength
Declaration
public double Clearance { get; }
Property Value
Type | Description |
---|---|
System.Double |
ContactLineDirection
Declaration
public Vector2D ContactLineDirection { get; }
Property Value
Type | Description |
---|---|
Vector2D |
ContactLinePoint1
Declaration
public Vector2D ContactLinePoint1 { get; }
Property Value
Type | Description |
---|---|
Vector2D |
ContactLinePoint2
Declaration
public Vector2D ContactLinePoint2 { get; }
Property Value
Type | Description |
---|---|
Vector2D |
ContactPoint
Declaration
public Vector2D ContactPoint { get; }
Property Value
Type | Description |
---|---|
Vector2D |
EstimateContactPoint
Declaration
public Vector2D EstimateContactPoint { get; }
Property Value
Type | Description |
---|---|
Vector2D |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>