Class RootAssembly
Inheritance
System.Object
RootAssembly
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RootAssembly : Assembly, IEquatable<APIBase>
Properties
Model
Declaration
public Design Model { get; }
Property Value
PackagingLimits
Declaration
public PackagingLimits PackagingLimits { get; }
Property Value
ParallelPartGroups
Declaration
public ReadOnlyCollection<ParallelPartGroup> ParallelPartGroups { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<ParallelPartGroup> |
|
ParallelPartGroupsDrawingOrder
Declaration
public ReadOnlyCollection<SpecifiedParallelPartGroupDrawingOrder> ParallelPartGroupsDrawingOrder { get; }
Property Value
Methods
AttemptToFixAllCylindricalGearSetsByChangingNormalModule()
Declaration
public void AttemptToFixAllCylindricalGearSetsByChangingNormalModule()
AttemptToFixAllGearSets()
Declaration
public void AttemptToFixAllGearSets()
OpenFESubstructureVersionComparer()
Declaration
public void OpenFESubstructureVersionComparer()
SetPackagingLimitsToCurrentBoundingBox()
Declaration
public void SetPackagingLimitsToCurrentBoundingBox()
SetPackagingLimitsToCurrentBoundingBoxOfAllGears()
Declaration
public void SetPackagingLimitsToCurrentBoundingBoxOfAllGears()
Implements
System.IEquatable<T>
Extension Methods