ExtrudedSurfaceCreateExtrudedSurface Method
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public virtual void CreateExtrudedSurface(
        Entity sweepEnt,
        Vector3d directionVec,
        SweepOptions sweepOptions
)
 
Public Overridable Sub CreateExtrudedSurface ( 
        sweepEnt As Entity,
        directionVec As Vector3d,
        sweepOptions As SweepOptions
)
 
public:
virtual void CreateExtrudedSurface(
        Entity^ sweepEnt, 
        Vector3d directionVec, 
        SweepOptions^ sweepOptions
)
 
abstract CreateExtrudedSurface : 
        sweepEnt : Entity * 
        directionVec : Vector3d * 
        sweepOptions : SweepOptions -> unit 
override CreateExtrudedSurface : 
        sweepEnt : Entity * 
        directionVec : Vector3d * 
        sweepOptions : SweepOptions -> unit 
 
 
 
Parameters
- sweepEnt
 
- Type: Teigha.DatabaseServicesEntity
 
- directionVec
 
- Type: Teigha.GeometryVector3d
 
- sweepOptions
 
- Type: Teigha.DatabaseServicesSweepOptions
 
 
See Also