Class HiddenGearSetRackAndPinionDocument
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain
Assembly: VMDGearTrain.dll
The hidden rack and pinion gear set document
public class HiddenGearSetRackAndPinionDocument : HiddenGearSetDocumentBase, IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IEnableManager, IRelatedDocument, IHistorySupport, ITemplateDocument, ITreatValidObject, ISubSystemDocument, IDocumentAnalysis, IDocument3D, IHandledDocument, IDocument, IObject, IEventProvider, IContainer, ILinkContainer, IOwned, IHasID, IDocumentOwner, IInterfaceSupport, IApplyInitialVelocity, IHiddenDocument
Inheritance
object ← ObservableObject ← LinkableBase ← LinkContainer ← Container ← Document ← HandledDocument ← Document3D ← DocumentAnalysis ← SubSystemDocument ← HiddenDocument ← HiddenDocumentForGearTrain ← HiddenGearSetDocumentBase ← HiddenGearSetRackAndPinionDocument
Implements
IObservableObject, IDisposableObject, ILinkable, ILinkContainerEvent, IVerifiable, IEnableManager, IRelatedDocument, IHistorySupport, ITemplateDocument, ITreatValidObject, ISubSystemDocument, IDocumentAnalysis, IDocument3D, IHandledDocument, IDocument, IObject, IEventProvider, IContainer, ILinkContainer, IOwned, IHasID, IDocumentOwner, IInterfaceSupport, IApplyInitialVelocity, IHiddenDocument
Inherited Members
HiddenGearSetDocumentBase.m_bShow2D,
HiddenGearSetDocumentBase.m_bHideLOA,
HiddenGearSetDocumentBase.CreateAssemblyImpl(),
HiddenGearSetDocumentBase.LinkRequestUpdate(object, LinkEventArgs),
HiddenGearSetDocumentBase.LinkRequestDestroying(object, LinkEventArgs),
HiddenGearSetDocumentBase.GetCenterY(double[]),
HiddenGearSetDocumentBase.GetExternalState(bool[]),
HiddenGearSetDocumentBase.ModifiedToothStiffness(GearGeometryInfo),
HiddenGearSetDocumentBase.SerializeResult(PropertyGearSetBase, ref string[], ref List
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
HiddenGearSetRackAndPinionDocument(UIntPtr)
Initializes a new instance of the
public HiddenGearSetRackAndPinionDocument(UIntPtr docCore)
Parameters
docCore UIntPtr
The document handle.
Properties
AddToPropertyAllGear
Gets the flag whether this instance add to property or not.
public override bool AddToPropertyAllGear { get; }
Property Value
HideLOA
Gets the value whether loa is hidden or not
protected override bool HideLOA { get; }
Property Value
InitialCategories
Gets the initial categories.
protected override List<string> InitialCategories { get; }
Property Value
Methods
FindCategory(string)
Finds the category.
public override string FindCategory(string strType)
Parameters
strType string
Type of the string.
Returns
InitializeCategoryInfo(string)
Initializes the category information.
public static void InitializeCategoryInfo(string strCategoryName)
Parameters
strCategoryName string
Name of the string category.