Autodesk.AutoCAD.BoundaryRepresentation Namespace > Shell Class > Shell Constructor
Shell.Shell Constructor
Description

Constructs a shell from the given path.

Visual Basic
Public Sub New(
    fullPath As FullSubentityPath
)
C#
public Shell(
    FullSubentityPath fullPath
);
Parameters
Parameters 
Description 
FullSubentityPath fullPath 
Input path to construct a shell from 
Links
   Comments?