AlignmentEntityCollectionAddFloatingArcWithSpiral(Int32, EntityAttachType, Double, SpiralParamType, Double, Double, Boolean, SpiralType) Method

Add an AlignmentSCS (SC or CS, Float Arc with Spiral) constrained by spiral parameter, the radius for the circular arc, and length of the circular arc.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentSCS AddFloatingArcWithSpiral(
	int attachEntityId,
	EntityAttachType attachType,
	double spParam,
	SpiralParamType spType,
	double radius,
	double arcLength,
	bool isClockwise,
	SpiralType spiralDefinition
)

Parameters

attachEntityId  Int32
Previous or Next entity identifier.
attachType  EntityAttachType
Specifies the type to attach the entity.
spParam  Double
Spiral parameter(length or A-value).
spType  SpiralParamType
Specifies the previous parameter-spParam's type.
radius  Double
Radius of the arc entity.
arcLength  Double
Length of the arc.
isClockwise  Boolean
Specifies whether arc entity is created clockwise (True) or counter-clockwise (False).
spiralDefinition  SpiralType
Specifies the spiral definition type.

Return Value

AlignmentSCS
See Also