SubDMeshExtrudeFaces(FullSubentityPath, Double, Vector3d, Double)
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void ExtrudeFaces(
FullSubentityPath[] paths,
double length,
Vector3d dir,
double taper
)
Public Sub ExtrudeFaces (
paths As FullSubentityPath(),
length As Double,
dir As Vector3d,
taper As Double
)
public:
void ExtrudeFaces(
array<FullSubentityPath>^ paths,
double length,
Vector3d dir,
double taper
)
member ExtrudeFaces :
paths : FullSubentityPath[] *
length : float *
dir : Vector3d *
taper : float -> unit
Parameters
- paths FullSubentityPath
-
- length Double
-
- dir Vector3d
-
- taper Double
-
See Also