|
| void | Append (const ON_Mesh &) |
| |
| double | Area (double *error_estimate=NULL) const |
| |
| ON_3dPoint | AreaCentroid (double *area=NULL) const |
| |
| bool | AreaMassProperties (ON_MassProperties &mp, bool bArea=true, bool bFirstMoments=true, bool bSecondMoments=true, bool bProductMoments=true) const |
| |
| const ON_TextureCoordinates * | CachedTextureCoordinates (const ON_UUID &mapping_id) const |
| |
| bool | CollapseEdge (int topei) |
| |
| bool | CombineCoincidentVertices (ON_3fVector, double) |
| |
| bool | CombineIdenticalVertices (bool bIgnoreVertexNormals=false, bool bIgnoreTextureCoordinates=false) |
| |
| bool | Compact () |
| |
| bool | ComputeFaceNormal (int) |
| |
| bool | ComputeFaceNormals () |
| |
| bool | ComputeVertexNormals () |
| |
| bool | ConvertQuadsToTriangles () |
| |
| bool | ConvertTrianglesToQuads (double angle_tol_radians, double min_diagonal_length_ratio) |
| |
| bool | CountQuads () |
| |
| const ON_MeshPartition * | CreatePartition (int, int) |
| |
| int | CullDegenerateFaces () |
| |
| int | CullUnusedVertices () |
| |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| |
| bool | DeleteFace (int meshfi) |
| |
| void | DeleteMeshParameters () |
| |
| void | Destroy () |
| |
| void | DestroyHiddenVertexArray () |
| |
| void | DestroyNgonList () |
| |
| void | DestroyPartition () |
| |
| void | DestroyRuntimeCache (bool bDelete=true) |
| |
| void | DestroyTopology () |
| |
| void | DestroyTree (bool bDeleteTree=true) |
| |
| int | Dimension () const |
| |
| void | Dump (ON_TextLog &) const |
| |
| ON_MeshEdgeRef | EdgeRef (int tope_index) const |
| |
| ON_MeshEdgeRef | EdgeRef (ON_COMPONENT_INDEX ci) const |
| |
| void | EmergencyDestroy () |
| |
| bool | EvaluateMeshGeometry (const ON_Surface &) |
| |
| bool | EvaluatePoint (const class ON_ObjRef &objref, ON_3dPoint &P) const |
| |
| int | FaceCount () const |
| |
| bool | FaceIsHidden (int meshvi) const |
| |
| ON_MeshFaceRef | FaceRef (int mesh_F_index) const |
| |
| ON_MeshFaceRef | FaceRef (ON_COMPONENT_INDEX ci) const |
| |
| void | Flip () |
| |
| void | FlipFaceNormals () |
| |
| void | FlipFaceOrientation () |
| |
| void | FlipVertexNormals () |
| |
| ON_BOOL32 | GetBBox (double *, double *, ON_BOOL32=false) const |
| |
| bool | GetCurvatureStats (ON::curvature_style, ON_MeshCurvatureStats &) const |
| |
| int | GetMeshEdges (ON_SimpleArray< ON_2dex > &edges) const |
| |
| bool | GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const |
| |
| int | GetVertexEdges (int vcount, const int *vertex_index, bool bNoDuplicates, ON_SimpleArray< ON_2dex > &edges) const |
| |
| bool | HasCachedTextureCoordinates () const |
| |
| bool | HasFaceNormals () const |
| |
| bool | HasPackedTextureRegion () const |
| |
| bool | HasPrincipalCurvatures () const |
| |
| bool | HasSurfaceParameters () const |
| |
| bool | HasTextureCoordinates () const |
| |
| bool | HasVertexColors () const |
| |
| bool | HasVertexNormals () const |
| |
| const bool * | HiddenVertexArray () const |
| |
| int | HiddenVertexCount () const |
| |
| void | InvalidateBoundingBoxes () |
| |
| void | InvalidateCurvatureStats () |
| |
| void | InvalidateTextureCoordinateBoundingBox () |
| |
| void | InvalidateVertexBoundingBox () |
| |
| void | InvalidateVertexNormalBoundingBox () |
| |
| bool | IsClosed () const |
| |
| bool | IsDeformable () const |
| |
| bool | IsManifold (bool bTopologicalTest, bool *pbIsOriented=NULL, bool *pbHasBoundary=NULL) const |
| |
| bool | IsMorphable () const |
| |
| bool | IsSwappableEdge (int topei) |
| |
| ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
| |
| bool | MakeDeformable () |
| |
| void | MemoryRelocate () |
| |
| ON_Geometry * | MeshComponent (ON_COMPONENT_INDEX ci) const |
| |
| const ON_MeshParameters * | MeshParameters () const |
| |
| ON_Mesh * | MeshPart (const ON_MeshPart &mesh_part, ON_Mesh *mesh) const |
| |
| const class ON_MeshTree * | MeshTree () const |
| |
| class ON_MeshNgonList * | ModifyNgonList () |
| |
| bool | Morph (const ON_SpaceMorph &morph) |
| |
| const class ON_MeshNgonList * | NgonList () const |
| |
| bool | NormalizeTextureCoordinates () |
| |
| ON::object_type | ObjectType () const |
| |
| | ON_Mesh () |
| |
| | ON_Mesh (const ON_Mesh &) |
| |
| | ON_Mesh (int, int, bool, bool) |
| |
| ON_Mesh & | operator= (const ON_Mesh &) |
| |
| const ON_MeshPartition * | Partition () const |
| |
| int | QuadCount () const |
| |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
| |
| bool | ReverseSurfaceParameters (int dir) |
| |
| bool | ReverseTextureCoordinates (int dir) |
| |
| const ON_TextureCoordinates * | SetCachedTextureCoordinates (const class ON_TextureMapping &mapping, const class ON_Xform *mesh_xform=0, bool bLazy=true) |
| |
| void | SetClosed (int) |
| |
| void | SetMeshParameters (const ON_MeshParameters &) |
| |
| bool | SetQuad (int, int, int, int, int) |
| |
| bool | SetTextureCoord (int, double, double) |
| |
| bool | SetTextureCoordinates (const class ON_TextureMapping &mapping, const class ON_Xform *mesh_xform=0, bool bLazy=true) |
| |
| bool | SetTriangle (int, int, int, int) |
| |
| bool | SetVertex (int, const ON_3dPoint &) |
| |
| bool | SetVertex (int, const ON_3fPoint &) |
| |
| void | SetVertexHiddenFlag (int meshvi, bool bHidden) |
| |
| bool | SetVertexNormal (int, const ON_3dVector &) |
| |
| bool | SetVertexNormal (int, const ON_3fVector &) |
| |
| unsigned int | SizeOf () const |
| |
| ON_BOOL32 | SwapCoordinates (int, int) |
| |
| bool | SwapEdge (int topei) |
| |
| const ON_MeshTopology & | Topology () const |
| |
| ON_BOOL32 | Transform (const ON_Xform &) |
| |
| bool | TransposeSurfaceParameters () |
| |
| bool | TransposeTextureCoordinates () |
| |
| int | TriangleCount () const |
| |
| bool | UnitizeFaceNormals () |
| |
| bool | UnitizeVertexNormals () |
| |
| int | VertexCount () const |
| |
| bool | VertexIsHidden (int meshvi) const |
| |
| ON_MeshVertexRef | VertexRef (int mesh_V_index) const |
| |
| ON_MeshVertexRef | VertexRef (ON_COMPONENT_INDEX ci) const |
| |
| double | Volume (ON_3dPoint base_point=ON_origin, double *error_estimate=NULL) const |
| |
| ON_3dPoint | VolumeCentroid (ON_3dPoint base_point=ON_origin, double *volume=NULL) const |
| |
| bool | VolumeMassProperties (ON_MassProperties &mp, bool bVolume=true, bool bFirstMoments=true, bool bSecondMoments=true, bool bProductMoments=true, ON_3dPoint base_point=ON_UNSET_POINT) const |
| |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
| |
| | ~ON_Mesh () |
| |
| ON_BoundingBox | BoundingBox () const |
| |
| virtual ON_Brep * | BrepForm (ON_Brep *brep=NULL) const |
| |
| virtual void | ClearBoundingBox () |
| |
| virtual ON_COMPONENT_INDEX | ComponentIndex () const |
| |
| ON_BOOL32 | GetBoundingBox (ON_3dPoint &bbox_min, ON_3dPoint &bbox_max, int bGrowBox=false) const |
| |
| ON_BOOL32 | GetBoundingBox (ON_BoundingBox &bbox, int bGrowBox=false) const |
| |
| virtual ON_BOOL32 | HasBrepForm () const |
| |
| | ON_Geometry () |
| |
| | ON_Geometry (const ON_Geometry &) |
| |
| ON_Geometry & | operator= (const ON_Geometry &) |
| |
| ON_BOOL32 | Rotate (double rotation_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center) |
| |
| ON_BOOL32 | Rotate (double sin_angle, double cos_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center) |
| |
| ON_BOOL32 | Scale (double scale_factor) |
| |
| ON_BOOL32 | Translate (const ON_3dVector &translation_vector) |
| |
| virtual | ~ON_Geometry () |
| |
| ON_BOOL32 | AttachUserData (ON_UserData *pUserData) |
| |
| bool | CopyFrom (const ON_Object *src) |
| |
| void | CopyUserData (const ON_Object &source_object) |
| |
| ON_BOOL32 | DetachUserData (ON_UserData *pUserData) |
| |
| ON_UserData * | FirstUserData () const |
| |
| ON_UserData * | GetUserData (const ON_UUID &userdata_uuid) const |
| |
| bool | GetUserString (const wchar_t *key, ON_wString &string_value) const |
| |
| int | GetUserStringKeys (ON_ClassArray< ON_wString > &user_string_keys) const |
| |
| int | GetUserStrings (ON_ClassArray< ON_UserString > &user_strings) const |
| |
| ON_BOOL32 | IsKindOf (const ON_ClassId *pClassId) const |
| |
| virtual ON_UUID | ModelObjectId () const |
| |
| void | MoveUserData (ON_Object &source_object) |
| |
| | ON_Object () |
| |
| | ON_Object (const ON_Object &) |
| |
| ON_Object & | operator= (const ON_Object &) |
| |
| void | PurgeUserData () |
| |
| bool | SetUserString (const wchar_t *key, const wchar_t *string_value) |
| |
| void | TransformUserData (const ON_Xform &xform) |
| |
| virtual | ~ON_Object () |
| |