Class MeshSeparationsAtFaceWidth
Inheritance
System.Object
MeshSeparationsAtFaceWidth
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MeshSeparationsAtFaceWidth : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
FaceWidthLocation
Declaration
public double FaceWidthLocation { get; }
Property Value
| Type |
Description |
| System.Double |
|
LeftFlankSeparation
Declaration
public double LeftFlankSeparation { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
RightFlankSeparation
Declaration
public double RightFlankSeparation { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods