TinSurfaceStaticGetMesh Method (Surface)
 | 
Namespace:  Bricscad.Civil
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public SubDMesh GetMesh(
        Surface other
)
 
Public Function GetMesh ( 
        other As Surface
) As SubDMesh
 
public:
SubDMesh^ GetMesh(
        Surface^ other
)
 
member GetMesh : 
        other : Surface -> SubDMesh 
 
 
 
Parameters
- other
 
- Type: Bricscad.CivilSurface
 
Return Value
Type: 
SubDMesh 
See Also