Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

MrDwgGeometry Member List

This is the complete list of members for MrDwgGeometry, including all inherited members.

addKeysToVector(HC_KEY *keysToAdd, int numberOfKeys) const (defined in MrDwgGeometry)MrDwgGeometry
addKeyToVector(HC_KEY keyToAdd) const (defined in MrDwgGeometry)MrDwgGeometry
circle(const AcGePoint3d &center, const double radius, const AcGeVector3d &normal) const (defined in MrDwgGeometry)MrDwgGeometry
circle(const AcGePoint3d &pt1, const AcGePoint3d &pt2, const AcGePoint3d &pt3) const (defined in MrDwgGeometry)MrDwgGeometry
circularArc(const AcGePoint3d &center, const double radius, const AcGeVector3d &normal, const AcGeVector3d &startVector, const double sweepAngle, const AcGiArcType arcType) const (defined in MrDwgGeometry)MrDwgGeometry
circularArc(const AcGePoint3d &start, const AcGePoint3d &point, const AcGePoint3d &end, const AcGiArcType arcType) const (defined in MrDwgGeometry)MrDwgGeometry
ellipticalArc(const AcGePoint3d &center, const AcGeVector3d &majorAxis, const AcGeVector3d &minorAxis, double majorAxisLength, double minorAxisLength, double startDegreeInRads, double endDegreeInRads) const (defined in MrDwgGeometry)MrDwgGeometry
m_keys (defined in MrDwgGeometry)MrDwgGeometry
mesh(const Adesk::UInt32 rows, const Adesk::UInt32 columns, const AcGePoint3d *pVertexList, const AcGiEdgeData *pEdgeData, const AcGiFaceData *pFaceData, const AcGiVertexData *pVertexData, const bool bAutoGenerateNormals) const (defined in MrDwgGeometry)MrDwgGeometry
open_direction_segment(const AcGePoint3d &position, const AcGeVector3d &direction, const AcGeVector3d &normal) const (defined in MrDwgGeometry)MrDwgGeometryprotected
open_height_segment(double height) const (defined in MrDwgGeometry)MrDwgGeometryprotected
pline(const AcDbPolyline &lwBuf, Adesk::UInt32 fromIndex, Adesk::UInt32 numSegs) const (defined in MrDwgGeometry)MrDwgGeometry
polygon(const Adesk::UInt32 nbPoints, const AcGePoint3d *pVertexList) const (defined in MrDwgGeometry)MrDwgGeometry
polyline(const Adesk::UInt32 nbPoints, const AcGePoint3d *pVertexList, const AcGeVector3d *pNormal, Adesk::LongPtr lBaseSubEntMarker, bool useSimpleMarkers=false) const (defined in MrDwgGeometry)MrDwgGeometry
polyline(const AcGiPolyline &polylineObj) const (defined in MrDwgGeometry)MrDwgGeometry
polyPolyline(Adesk::UInt32 nbPolylines, const AcGiPolyline *pPolylines) const (defined in MrDwgGeometry)MrDwgGeometry
ray(const AcGePoint3d &origin, const AcGePoint3d &other_point) const (defined in MrDwgGeometry)MrDwgGeometry
shell(const Adesk::UInt32 nbVertex, const AcGePoint3d *pVertexList, const Adesk::UInt32 faceListSize, const Adesk::Int32 *pFaceList, const AcGiEdgeData *pEdgeData, const AcGiFaceData *pFaceData, const AcGiVertexData *pVertexData, const struct resbuf *pResBuf, const bool bAutoGenerateNormals) const (defined in MrDwgGeometry)MrDwgGeometry
text(const AcGePoint3d &position, const AcGeVector3d &normal, const AcGeVector3d &direction, const double height, const double width, const double oblique, const ACHAR *pMsg, AcDbEntity *pEnt=0) const (defined in MrDwgGeometry)MrDwgGeometry
text(const AcGePoint3d &position, const AcGeVector3d &normal, const AcGeVector3d &direction, const ACHAR *pMsg, const Adesk::Int32 length, const Adesk::Boolean raw, const AcGiTextStyle &pTextStyle, std::map< std::wstring, std::string > *fontmap, mTextData *mtext, AcDbEntity *pEnt=0, HC_KEY entityInsertionSegment=-1) const (defined in MrDwgGeometry)MrDwgGeometry
xline(const AcGePoint3d &one_xline_point, const AcGePoint3d &a_different_xline_point) const (defined in MrDwgGeometry)MrDwgGeometry