SubDMeshGetCrease(FullSubentityPath) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public DoubleCollection GetCrease(
FullSubentityPath[] subentPaths
)
Public Function GetCrease (
subentPaths As FullSubentityPath()
) As DoubleCollection
public:
DoubleCollection^ GetCrease(
array<FullSubentityPath>^ subentPaths
)
member GetCrease :
subentPaths : FullSubentityPath[] -> DoubleCollection
Parameters
- subentPaths FullSubentityPath
-
Return Value
DoubleCollection
See Also