SubDMeshSubdRefine Method (FullSubentityPath)
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public void SubdRefine(
        FullSubentityPath[] paths
)
 
Public Sub SubdRefine ( 
        paths As FullSubentityPath()
)
 
public:
void SubdRefine(
        array<FullSubentityPath>^ paths
)
 
member SubdRefine : 
        paths : FullSubentityPath[] -> unit 
 
 
 
Parameters
- paths
 
- Type: Teigha.DatabaseServicesFullSubentityPath
 
 
See Also