Class StandardSplineJointDesign
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
StandardSplineJointDesign
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.DetailedRigidConnectors.Splines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class StandardSplineJointDesign : SplineJointDesign, IEquatable<APIBase>
Properties
DiametralPitch
Measurement: InverseShortLength
Declaration
public override double DiametralPitch { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
Module
Measurement: ShortLength
Declaration
public override double Module { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
ModuleFromPreferredSeries
Declaration
public bool ModuleFromPreferredSeries { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModulePreferred
Declaration
public EnumWithSelectedValue<Modules> ModulePreferred { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<Modules> |
PressureAngle
Measurement: Angle
Declaration
public override double PressureAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Overrides
PressureAnglePreferred
Declaration
public EnumWithSelectedValue<PressureAngleTypes> PressureAnglePreferred { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<PressureAngleTypes> |
RootType
Declaration
public override RootTypes RootType { get; set; }
Property Value
Type | Description |
---|---|
RootTypes |
Overrides
Implements
System.IEquatable<T>