Class ConicalMeshLoadCase
Inheritance
System.Object
ConicalMeshLoadCase
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ConicalMeshLoadCase : MeshLoadCase, IEquatable<APIBase>
Properties
ActiveFlank
Declaration
public ActiveConicalFlank ActiveFlank { get; }
Property Value
IncludeMeshNodeMisalignmentsInDefaultReport
Declaration
public bool IncludeMeshNodeMisalignmentsInDefaultReport { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
MeshNodeMisalignmentsPinion
Declaration
public ConicalMeshMisalignments MeshNodeMisalignmentsPinion { get; }
Property Value
MeshNodeMisalignmentsTotal
Declaration
public ConicalMeshMisalignments MeshNodeMisalignmentsTotal { get; }
Property Value
MeshNodeMisalignmentsWheel
Declaration
public ConicalMeshMisalignments MeshNodeMisalignmentsWheel { get; }
Property Value
MisalignmentsPinion
Declaration
public ConicalMeshMisalignments MisalignmentsPinion { get; }
Property Value
MisalignmentsTotal
Declaration
public ConicalMeshMisalignments MisalignmentsTotal { get; }
Property Value
MisalignmentsWheel
Declaration
public ConicalMeshMisalignments MisalignmentsWheel { get; }
Property Value
MisalignmentsWithRespectToCrossPointUsingReferenceFESubstructureNodePinion
Declaration
public ConicalMeshMisalignments MisalignmentsWithRespectToCrossPointUsingReferenceFESubstructureNodePinion { get; }
Property Value
MisalignmentsWithRespectToCrossPointUsingReferenceFESubstructureNodeTotal
Declaration
public ConicalMeshMisalignments MisalignmentsWithRespectToCrossPointUsingReferenceFESubstructureNodeTotal { get; }
Property Value
MisalignmentsWithRespectToCrossPointUsingReferenceFESubstructureNodeWheel
Declaration
public ConicalMeshMisalignments MisalignmentsWithRespectToCrossPointUsingReferenceFESubstructureNodeWheel { get; }
Property Value
UserSpecifiedMisalignments
Declaration
public ConicalMeshMisalignments UserSpecifiedMisalignments { get; }
Property Value
UseUserSpecifiedMisalignmentsInTCA
Declaration
public bool UseUserSpecifiedMisalignmentsInTCA { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods