Class RootAssembly
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RootAssembly
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RootAssembly : Assembly, IEquatable<APIBase>
Properties
Model
Declaration
public Design Model { get; }
Property Value
Type | Description |
---|---|
Design |
PackagingLimits
Declaration
public PackagingLimits PackagingLimits { get; }
Property Value
Type | Description |
---|---|
PackagingLimits |
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
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<SpecifiedParallelPartGroupDrawingOrder> |
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>