Class ConcentricPartGroupParallelToThis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConcentricPartGroupParallelToThis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel.PartGroups
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConcentricPartGroupParallelToThis : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
CentreDistance
Measurement: ShortLength
Declaration
public double CentreDistance { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
ParallelGroup
Declaration
public ConcentricOrParallelPartGroup ParallelGroup { get; }
Property Value
| Type | Description |
|---|---|
| ConcentricOrParallelPartGroup |
Implements
System.IEquatable<T>