Share

Section.Section(Point3dCollection, Vector3d) Constructor

Description

Constructs a section plane using the specified points and vector.

Visual Basic

Public Sub New(
    pts As Point3dCollection, 
    verticalDir As Vector3d
)

C#

public Section(
    Point3dCollection pts, 
    Vector3d verticalDir
);

Parameters

Parameters Description
Point3dCollection pts Input vertex points on the section line; should contain at least two points
Vector3d verticalDir Input vector on the first segment's plane, normal to the section line

Links

Section Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?