Class ShaftFEMeshingOptions
Inheritance
System.Object
ShaftFEMeshingOptions
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ShaftFEMeshingOptions : FEMeshingOptions, IEquatable<APIBase>
Properties
CornerTolerance
Declaration
public double CornerTolerance { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ElementSize
Declaration
public Overridable<double> ElementSize { get; set; }
Property Value
MeshingDiameterForGear
Declaration
public MeshingDiameterForGear MeshingDiameterForGear { get; set; }
Property Value
MinimumFilletRadiusToInclude
Declaration
public Overridable<double> MinimumFilletRadiusToInclude { get; set; }
Property Value
SmoothCorners
Declaration
public bool SmoothCorners { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods