|
LineArcVisual3DHorizontalStretchFactor Property |
Gets or sets the double value that specifies a factor that is used to stretch (multiply) the radius in the ZeroAngleDirection.
This allows creating line arc from ellipse instead of only from circle.
Default value is 1.0 which creates an arc from a circle. For example value 2.0 will create line arc from ellipse with horizontal radius twice the value set in the Radius property.
Namespace: Ab3d.VisualsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public double HorizontalStretchFactor { get; set; }
Property Value
DoubleSee Also