Class HypoidAdvancedLibrary
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
HypoidAdvancedLibrary
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Manufacturing.Bevel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class HypoidAdvancedLibrary : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
InnerPinionMeshingBoundaryCoast
Declaration
public Vector3D InnerPinionMeshingBoundaryCoast { get; }
Property Value
Type | Description |
---|---|
Vector3D |
InnerPinionMeshingBoundaryDrive
Declaration
public Vector3D InnerPinionMeshingBoundaryDrive { get; }
Property Value
Type | Description |
---|---|
Vector3D |
OuterPinionMeshingBoundaryCoast
Declaration
public Vector3D OuterPinionMeshingBoundaryCoast { get; }
Property Value
Type | Description |
---|---|
Vector3D |
OuterPinionMeshingBoundaryDrive
Declaration
public Vector3D OuterPinionMeshingBoundaryDrive { get; }
Property Value
Type | Description |
---|---|
Vector3D |
WheelInnerBladeAngleConvex
Measurement: Angle
Declaration
public double WheelInnerBladeAngleConvex { get; }
Property Value
Type | Description |
---|---|
System.Double |
WheelOuterBladeAngleConcave
Measurement: Angle
Declaration
public double WheelOuterBladeAngleConcave { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>