Solid3dCreateExtrudedSolid(Entity,
SubentityId, Vector3d, SweepOptions)
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void CreateExtrudedSolid(
Entity sweepEntity,
SubentityId faceSubEntityId,
Vector3d directionVector,
SweepOptions sweepOptions
)
Public Overridable Sub CreateExtrudedSolid (
sweepEntity As Entity,
faceSubEntityId As SubentityId,
directionVector As Vector3d,
sweepOptions As SweepOptions
)
public:
virtual void CreateExtrudedSolid(
Entity^ sweepEntity,
SubentityId faceSubEntityId,
Vector3d directionVector,
SweepOptions^ sweepOptions
)
abstract CreateExtrudedSolid :
sweepEntity : Entity *
faceSubEntityId : SubentityId *
directionVector : Vector3d *
sweepOptions : SweepOptions -> unit
override CreateExtrudedSolid :
sweepEntity : Entity *
faceSubEntityId : SubentityId *
directionVector : Vector3d *
sweepOptions : SweepOptions -> unit
Parameters
- sweepEntity Entity
-
- faceSubEntityId SubentityId
-
- directionVector Vector3d
-
- sweepOptions SweepOptions
-
See Also