default values for vertical curve sub-entities
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsProfileSettingsProfileCreation
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class SettingsProfileCreation : TreeOidWrapper
VB
Public NotInheritable Class SettingsProfileCreation Inherits TreeOidWrapper
C++
public ref class SettingsProfileCreation sealed : public TreeOidWrapper
The SettingsProfileSettingsProfileCreation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AsymmetricalCrestCurveLength1 | Gets the default length for the first part of the asymmetrical crest curve. | |
| AsymmetricalCrestCurveLength2 | Gets the default length for the second part of the asymmetrical crest curve. | |
| AsymmetricalSagCurveLength1 | Gets the default length for the first part of the asymmetrical sag curve. | |
| AsymmetricalSagCurveLength2 | Gets the default length for the second part of the asymmetrical sag curve. | |
| CircularCrestCurveConstraint | Gets whether curve length or radius is the primary constraint on a circular crest curve. | |
| CircularCrestCurveLength | Gets the default length for a circular crest curve. | |
| CircularCrestCurveRadius | Gets the default radius for a circular crest curve. | |
| CircularSagCurveConstraint | Gets whether curve length or radius is the primary constraint on a circular sag curve. | |
| CircularSagCurveLength | Gets the default length for a circular sag curve. | |
| CircularSagCurveRadius | Gets the default radius for a circular sag curve. | |
| DefaultVerticalCurve | Gets the default vertical curve type for a new profile. | |
| HeadlightAngle | Gets the default headlight angle. | |
| HeadlightHeight | Gets the default headlight height. | |
| ParabolicCrestCurveKValue | Gets the default K-value for a parabolic crest curve. | |
| ParabolicCrestCurveLength | Gets the default length for a parabolic crest curve. | |
| ParabolicCrestVerticalConstraint | Gets whether curve length or K value is the primary constraint on a parabolic crest curve. | |
| ParabolicSagCurveKValue | Gets the default K-value for a parabolic sag curve. | |
| ParabolicSagCurveLength | Gets the default length for a parabolic sag curve. | |
| ParabolicSagVerticalConstraint | Gets whether curve length or K value is the primary constraint on a parabolic sag curve. | |
| PassingEyeHeight | Gets the default passing eye height. | |
| PassingObjectHeight | Gets the default passing object height. | |
| StopEyeHeight | Gets the default stop eye height. | |
| StopObjectHeight | Gets the default stop object height. |
