Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void TaperFaces(
SubentityId[] subentityIds,
Point3d basePoint,
Vector3d draftVector,
double draftAngle
)
Public Overridable Sub TaperFaces (
subentityIds As SubentityId(),
basePoint As Point3d,
draftVector As Vector3d,
draftAngle As Double
)
public:
virtual void TaperFaces(
array<SubentityId>^ subentityIds,
Point3d basePoint,
Vector3d draftVector,
double draftAngle
)
abstract TaperFaces :
subentityIds : SubentityId[] *
basePoint : Point3d *
draftVector : Vector3d *
draftAngle : float -> unit
override TaperFaces :
subentityIds : SubentityId[] *
basePoint : Point3d *
draftVector : Vector3d *
draftAngle : float -> unit
Parameters
- subentityIds SubentityId
-
- basePoint Point3d
-
- draftVector Vector3d
-
- draftAngle Double
-
See Also