Constructor for the Shell class.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public Shell(
FullSubentityPath fullSubentPath
)
Public Sub New (
fullSubentPath As FullSubentityPath
)
public:
Shell(
FullSubentityPath fullSubentPath
)
new :
fullSubentPath : FullSubentityPath -> Shell
Parameters
- fullSubentPath FullSubentityPath
- [in] Full subentity path to initialize from.
See Also