Class MeshRequestResult
Inheritance
System.Object
MeshRequestResult
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class MeshRequestResult : APIBase, IEquatable<APIBase>
Properties
Aborted
Declaration
public bool Aborted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BodyMonikers
Declaration
public ReadOnlyCollection<string> BodyMonikers { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.String> |
|
CADFaceGroup
Declaration
public CADFaceGroup CADFaceGroup { get; set; }
Property Value
DataFileName
Declaration
public string DataFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
FacetedBody
Declaration
public FacetedBody FacetedBody { get; set; }
Property Value
Declaration
public GeometryModellerDesignInformation GeometryModellerDesignInformation { get; set; }
Property Value
Methods
SetGeometryModellerDimensions(Dictionary<String, GeometryModellerDimension>)
Declaration
public void SetGeometryModellerDimensions(Dictionary<string, GeometryModellerDimension> dimensions)
Parameters
Implements
System.IEquatable<T>
Extension Methods