Class MeshRequest
Inheritance
System.Object
MeshRequest
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class MeshRequest : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
CADFaceGroup
Declaration
public bool CADFaceGroup { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public GeometryModellerDesignInformation GeometryModellerDesignInformation { get; set; }
Property Value
Moniker
Declaration
public string Moniker { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
GeometryModellerDimensions()
Declaration
public Dictionary<string, GeometryModellerDimension> GeometryModellerDimensions()
Returns
Implements
System.IEquatable<T>
Extension Methods