Class ConicalMeshLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalMeshLoadCase
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 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
Misalignments with respect to the mesh node at mean effective face width.
Declaration
public ConicalMeshMisalignments MeshNodeMisalignmentsPinion { get; }
Property Value
MeshNodeMisalignmentsTotal
Misalignments with respect to the mesh node at mean effective face width.
Declaration
public ConicalMeshMisalignments MeshNodeMisalignmentsTotal { get; }
Property Value
MeshNodeMisalignmentsWheel
Misalignments with respect to the mesh node at mean effective face width.
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