Class CalculateToothStiffnessForCycloid
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain.Operation
Assembly: VMOpGearTrain.dll
Calculate tooth stiffness operation for Cycloid
public class CalculateToothStiffnessForCycloid : CalculateToothStiffness, IOperation
Inheritance
object ← OperationBase ← CalculateToothStiffness ← CalculateToothStiffnessForCycloid
Implements
IOperation
Inherited Members
CalculateToothStiffness.m_doc,
CalculateToothStiffness.m_strDocInfo,
CalculateToothStiffness.m_strDatFile,
CalculateToothStiffness.m_arTeethPosition,
CalculateToothStiffness.m_nNumberOfMarker,
CalculateToothStiffness.m_ardDeform,
CalculateToothStiffness.m_nGearIdx,
CalculateToothStiffness.m_strGearSet,
CalculateToothStiffness.m_bAdvancedGearGeometry,
CalculateToothStiffness.m_bRingGear,
CalculateToothStiffness.Execute(),
CalculateToothStiffness.GetInformation(XmlWriter),
CalculateToothStiffness.Result(),
CalculateToothStiffness.CreateSetNode(MeshDocument, string),
CalculateToothStiffness.CreateMarkerOnNode(MeshDocument, int, ref List
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
CalculateToothStiffnessForCycloid(string, string, int, string)
Initializes a new instance of the
public CalculateToothStiffnessForCycloid(string strDocInfo, string strDatFile, int nGearIdx, string strGearset)
Parameters
strDocInfo string
The string document information.
strDatFile string
the string dat file.
nGearIdx int
Index of the n gear.
strGearset string
The gearset name.
CalculateToothStiffnessForCycloid(Document3D, string, string, int, string)
Initializes a new instance of the
public CalculateToothStiffnessForCycloid(Document3D doc, string strDocInfo, string strDatFile, int nGearIdx, string strGearset)
Parameters
doc Document3D
The document.
strDocInfo string
The string document information.
strDatFile string
the string dat file.
nGearIdx int
Index of the n gear.
strGearset string
The gearset name.
CalculateToothStiffnessForCycloid(JournalParameter)
Initializes a new instance of the
public CalculateToothStiffnessForCycloid(JournalParameter jp)
Parameters
jp JournalParameter
The jp.
Methods
Execute()
Executes this instance.
public override void Execute()