Class MeshRequestResult
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MeshRequestResult
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MeshRequestResult : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Aborted
Declaration
public bool Aborted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
BodyMoniker
Declaration
public string BodyMoniker { get; set; }
Property Value
Type |
Description |
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