Class ShellEccentricity
public class ShellEccentricity
- Inheritance
-
ShellEccentricity
- Inherited Members
- Extension Methods
Constructors
ShellEccentricity(VerticalAlignment, double, bool, bool)
public ShellEccentricity(VerticalAlignment alignment, double eccentricity, bool eccentricityCalculation, bool eccentricityByCracking)
Parameters
alignmentVerticalAlignmenteccentricitydoubleeccentricityCalculationbooleccentricityByCrackingbool
Properties
Alignment
public VerticalAlignment Alignment { get; set; }
Property Value
Default
Create a default ShellEccentricity.
public static ShellEccentricity Default { get; }
Property Value
Remarks
Create
Eccentricity
public double Eccentricity { get; set; }
Property Value
EccentricityByCracking
public bool EccentricityByCracking { get; set; }
Property Value
EccentricityCalculation
public bool EccentricityCalculation { get; set; }
Property Value
Methods
ToString()
public override string ToString()