ModelsetSectioning(Point3dCollection,
Vector3d, Double, Double) Method
|
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual bool setSectioning(
Point3dCollection points,
Vector3d upVector,
double dTop,
double dBottom
)
Public Overridable Function setSectioning (
points As Point3dCollection,
upVector As Vector3d,
dTop As Double,
dBottom As Double
) As Boolean
public:
virtual bool setSectioning(
Point3dCollection^ points,
Vector3d upVector,
double dTop,
double dBottom
)
abstract setSectioning :
points : Point3dCollection *
upVector : Vector3d *
dTop : float *
dBottom : float -> bool
override setSectioning :
points : Point3dCollection *
upVector : Vector3d *
dTop : float *
dBottom : float -> bool
Parameters
- points Point3dCollection
-
- upVector Vector3d
-
- dTop Double
-
- dBottom Double
-
Return Value
Boolean
See Also