Class MeshRequest
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MeshRequest
Implements
System.IEquatable <APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis.GeometryModellerLink
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class MeshRequest : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
CADFaceGroup
Declaration
public bool CADFaceGroup { get; set; }
Property Value
Type | Description |
---|---|
System. |
GeometryModellerDesignInformation
Declaration
public GeometryModellerDesignInformation GeometryModellerDesignInformation { get; set; }
Property Value
Type | Description |
---|---|
Geometry |
Moniker
Declaration
public string Moniker { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
GeometryModellerDimensions()
Declaration
public Dictionary<string, GeometryModellerDimension> GeometryModellerDimensions()
Returns
Type | Description |
---|---|
System. |
Implements
System.IEquatable<T>