TinSurfaceStaticGetSolid Method (TinSurfaceExtractType, Double)
 | 
Namespace:  Bricscad.Civil
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public Solid3d GetSolid(
        TinSurfaceExtractType extractType,
        double thicknessOrElevation
)
 
Public Function GetSolid ( 
        extractType As TinSurfaceExtractType,
        thicknessOrElevation As Double
) As Solid3d
 
public:
Solid3d^ GetSolid(
        TinSurfaceExtractType extractType, 
        double thicknessOrElevation
)
 
member GetSolid : 
        extractType : TinSurfaceExtractType * 
        thicknessOrElevation : float -> Solid3d 
 
 
 
Parameters
- extractType
 
- Type: Bricscad.CivilTinSurfaceExtractType
 
- thicknessOrElevation
 
- Type: SystemDouble
 
Return Value
Type: 
Solid3d 
See Also