Class HiddenGearSetCycloidPinDocument
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain
Assembly: VMDGearTrain.dll
The hidden cycloid pin gear set document
public class HiddenGearSetCycloidPinDocument : 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 ← HiddenGearSetCycloidPinDocument
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
HiddenGearSetCycloidPinDocument(UIntPtr)
Initializes a new instance of the
public HiddenGearSetCycloidPinDocument(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
HideBCD
Gets the value whether bcd is hidden or not
protected override bool HideBCD { 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
NumberOfLOA
Gets number of LOA.
protected override int NumberOfLOA { 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.