Class ApplyBearing
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain.Operation
Assembly: VMOpGearTrain.dll
Apply Bearing
public class ApplyBearing : ApplyDTEntity, IOperation
Inheritance
object ← OperationBase ← ApplyDTEntity ← ApplyBearing
Implements
IOperation
Inherited Members
ApplyDTEntity.m_gearTrainDocument,
ApplyDTEntity.m_arData,
ApplyDTEntity.m_bRefresh,
ApplyDTEntity.m_bSuccess,
ApplyDTEntity.ReCreateMeshFreeHousing(bool, string, string, ref List
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ApplyBearing(GearTrainDocument, BodyToDTData[], bool)
Initializes a new instance of the
public ApplyBearing(GearTrainDocument gearTrainDocument, BodyToDTData[] arData, bool bRefresh)
Parameters
gearTrainDocument GearTrainDocument
The document.
arData BodyToDTData[]
The data.
bRefresh bool
The refresh flag.
ApplyBearing(JournalParameter)
Initializes a new instance of the
public ApplyBearing(JournalParameter jp)
Parameters
jp JournalParameter
The jp.
Properties
Name
Gets the name.
public override string Name { get; }
Property Value
Methods
Execute()
Execute
public override void Execute()