SubDMeshConvertToSurface(Boolean,
SubentityId) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Surface ConvertToSurface(
bool convertAsSmooth,
SubentityId subentId
)
Public Function ConvertToSurface (
convertAsSmooth As Boolean,
subentId As SubentityId
) As Surface
public:
Surface^ ConvertToSurface(
bool convertAsSmooth,
SubentityId subentId
)
member ConvertToSurface :
convertAsSmooth : bool *
subentId : SubentityId -> Surface
Parameters
- convertAsSmooth Boolean
-
- subentId SubentityId
-
Return Value
Surface
See Also