Class MeshRequest
Inheritance
System.Object
MeshRequest
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MeshRequest : APIBase, IEquatable<APIBase>
Properties
CADFaceGroup
Declaration
public bool CADFaceGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public GeometryModellerDesignInformation GeometryModellerDesignInformation { get; set; }
Property Value
Monikers
Declaration
public ReadOnlyCollection<string> Monikers { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.String> |
|
Methods
GeometryModellerDimensions()
Declaration
public Dictionary<string, GeometryModellerDimension> GeometryModellerDimensions()
Returns
Implements
System.IEquatable<T>
Extension Methods