SubDMeshSetPyramid
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void SetPyramid(
double radius,
double height,
int divLength,
int divHeight,
int divCap,
int nSides,
double radiusRatio,
int smoothLevel
)
Public Sub SetPyramid (
radius As Double,
height As Double,
divLength As Integer,
divHeight As Integer,
divCap As Integer,
nSides As Integer,
radiusRatio As Double,
smoothLevel As Integer
)
public:
void SetPyramid(
double radius,
double height,
int divLength,
int divHeight,
int divCap,
int nSides,
double radiusRatio,
int smoothLevel
)
member SetPyramid :
radius : float *
height : float *
divLength : int *
divHeight : int *
divCap : int *
nSides : int *
radiusRatio : float *
smoothLevel : int -> unit
Parameters
- radius Double
-
- height Double
-
- divLength Int32
-
- divHeight Int32
-
- divCap Int32
-
- nSides Int32
-
- radiusRatio Double
-
- smoothLevel Int32
-
See Also