Class ShaftFEMeshingOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ShaftFEMeshingOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.NodalAnalysis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ShaftFEMeshingOptions : FEMeshingOptions, IEquatable<APIBase>
Properties
CornerTolerance
The maximum corner angle which may be smoothed.
Measurement: Angle
Declaration
public double CornerTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ElementSize
Specifies the target element size.
Measurement: ShortLength
Declaration
public Overridable<double> ElementSize { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
MeshingDiameterForGear
The diameter to use for meshing the gear.
Declaration
public MeshingDiameterForGear MeshingDiameterForGear { get; set; }
Property Value
Type | Description |
---|---|
MeshingDiameterForGear |
MinimumFilletRadiusToInclude
Fillets with a radius smaller than this will be ignored.
Measurement: ShortLength
Declaration
public Overridable<double> MinimumFilletRadiusToInclude { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
SmoothCorners
Automatically smooths the shaft profile
Declaration
public bool SmoothCorners { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>