Pattern for part of a corridor cross section, representing a particular portion of a roadway.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public sealed class Subassembly : GeoEntity
Visual Basic
Public NotInheritable Class Subassembly _
	Inherits GeoEntity
Visual C++
public ref class Subassembly sealed : public GeoEntity

Remarks

Subassemblies are the basic building blocks of a corridor design. A subassembly is an AutoCAD drawing object (AECCSubassembly) that defines the geometry of a component used in a corridor section. A subassembly consists of a series of shapes, links, and points. Through the tool palette and tool catalogues, Autodesk Civil 3D provides preconfigured subassemblies for components such as carriageways, kerbs, batter slopes and ditches. These subassemblies are defined by a set of points, links, and optionally closed areas referred to as shapes. The subassemblies provided with Autodesk Civil 3D have built-in intelligent behavior. They can automatically adapt to conditions such as superelevation and cut or fill requirements. For example, a slope subassembly has variable slopes that change automatically depending on the depth of cut along the corridor. In fill conditions exceeding a given depth, the verge automatically widens to include a guardrail or barrier.

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices..::..Entity
                    Autodesk.Civil.DatabaseServices..::..GeoEntity
                      Autodesk.Civil.DatabaseServices..::..Subassembly

See Also