Class UpdateGearInShaftSet
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain.Operation
Assembly: VMOpGearTrain.dll
Update gear in shaftset operation
public class UpdateGearInShaftSet : OperationBase, IOperation
Inheritance
object ← OperationBase ← UpdateGearInShaftSet
Implements
IOperation
Inherited Members
OperationBase.g_bRedrawKernel, OperationBase.g_bVerify, OperationBase.g_bSkipAddEvent, OperationBase.g_bDupicateMsg, OperationBase.m_bIsHistoryMerge, OperationBase.Execute(), OperationBase.PostExecute(), OperationBase.GetInformation(XmlWriter), OperationBase.Create(string, View, object), OperationBase.Create(string, IDocument, object), OperationBase.Create(string, object), OperationBase.Create(string), OperationBase.StartSession(), OperationBase.StartSession(OperationBase, OperationBase.PostOperation), OperationBase.StartSession(OperationBase), OperationBase.StartSessionAndWait(), OperationBase.StartSessionAndWait(OperationBase, OperationBase.PostOperation), OperationBase.StartSessionAndWait(OperationBase), OperationBase.Initialize(OperationBase.ShowVerifyResult), OperationBase.RecordJournal(OperationBase), OperationBase.UseSession(string), OperationBase.raise_OnOperationStatusChanged(object, OperationStatusEventArgs), OperationBase.raise_OnEndOperation(object, EventArgs), OperationBase.ClearCurrentMark(string), OperationBase.ClearCurrentMark(IDocument), OperationBase.ClearCurrentMark(), OperationBase.GlobalOverride, OperationBase.IsDoingThread, OperationBase.ExecuteMacro, OperationBase.SimStatus, OperationBase.Status, OperationBase.autoEvents, OperationBase.IsHistoryMerge, OperationBase.SkipClearTemporaryLinkContainer, OperationBase.PostExecuteClearTemporaryLinkContainer, OperationBase.SkipEndOperation, OperationBase.UseMacro, OperationBase.MarkStatus, OperationBase.UseThread, OperationBase.Name, OperationBase.ExecutableOnHold, OperationBase.Override, OperationBase.Parameter, OperationBase.View, OperationBase.Document, OperationBase.OnEndOperation, OperationBase.OnOperationStatusChanged
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
UpdateGearInShaftSet(string, string, string, string, string, ClearanceInfo)
Initializes a new instance of the
public UpdateGearInShaftSet(string strGearGeometryName, string strReferenceOffset, string strReferencePoint, string strParentType, string strBearing, ClearanceInfo clearanceInfo)
Parameters
strGearGeometryName string
Name of the string gear geometry.
strReferenceOffset string
The string reference offset.
strReferencePoint string
The string reference point.
strParentType string
Type of the string parent.
strBearing string
The string bearing.
clearanceInfo ClearanceInfo
The clearance Information.
UpdateGearInShaftSet(Document3D, string, string, string, string, string, ClearanceInfo)
Initializes a new instance of the
public UpdateGearInShaftSet(Document3D document3D, string strGearGeometryName, string strReferenceOffset, string strReferencePoint, string strParentType, string strBearing, ClearanceInfo clearanceInfo)
Parameters
document3D Document3D
The document.
strGearGeometryName string
Name of the string gear geometry.
strReferenceOffset string
The string reference offset.
strReferencePoint string
The string reference point.
strParentType string
Type of the string parent.
strBearing string
The string bearing.
clearanceInfo ClearanceInfo
The clearance Information.
UpdateGearInShaftSet(JournalParameter)
Initializes a new instance of the
public UpdateGearInShaftSet(JournalParameter jp)
Parameters
jp JournalParameter
The jp.
Properties
Name
Gets the name.
public override string Name { get; }
Property Value
Methods
Execute()
Executes this instance.
public override void Execute()
GetInformation(XmlWriter)
Gets the information.
public override void GetInformation(XmlWriter writer)
Parameters
writer XmlWriter
The writer.