VCOM:VectorWorks:Extension:IDTMTIN

From Vectorworks Developer
Revision as of 18:15, 20 September 2012 by Bstanchev (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference

Description

namespace VectorWorks::Extension

..put some descriptoin in here...

Interface

...put the class definition, including the UUID, here...

Members

GetPointsCount
GetPoints
GetTrianglesCount
GetTriangles
GetHullPolyPtsCount
GetHullPolyPts
GetRisenHullPoly
GetClipPolyPtsCount
GetClipPolyPts
GetVisibleContourPolygons
GetMinElevation
GetZatXY
GetZatXY
RisePolygon
GetBalancingPadPoly

Remarks

There is predefined type for smart VCOM pointer VCOMPtr to IDTMTIN interface:

typedef VCOMPtr<IDTMTIN>  IDTMTINPtr;

Version

Available from: Vectorworks 2010

See Also

VCOM:VCOMPtr

[[VCOM:VCOMPtr]]