Public Member Functions |
| void | DestroyRuntimeCache (bool bDelete=true) |
| unsigned int | SizeOf () const |
| ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| bool | EvaluatePoint (const class ON_ObjRef &objref, ON_3dPoint &P) const |
| | ON_Brep () |
| | ~ON_Brep () |
| | ON_Brep (const ON_Brep &) |
| ON_Brep & | operator= (const ON_Brep &) |
| void | MemoryRelocate () |
| bool | IsDuplicate (const ON_Brep &other, double tolerance=ON_ZERO_TOLERANCE) const |
| void | Destroy () |
| void | EmergencyDestroy () |
| int | CreateMesh (const ON_MeshParameters &mp, ON_SimpleArray< ON_Mesh * > &mesh_list) const |
| void | DestroyMesh (ON::mesh_type mesh_type, bool bDeleteMesh=true) |
| int | GetMesh (ON::mesh_type mesh_type, ON_SimpleArray< const ON_Mesh * > &meshes) const |
| bool | Create (ON_Surface *&pSurface) |
| bool | Create (ON_NurbsSurface *&pNurbsSurface) |
| bool | Create (ON_PlaneSurface *&pPlaneSurface) |
| bool | Create (ON_RevSurface *&pRevSurface) |
| bool | Create (ON_SumSurface *&pSumSurface) |
| ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
| bool | IsValidTopology (ON_TextLog *text_log=NULL) const |
| bool | IsValidGeometry (ON_TextLog *text_log=NULL) const |
| bool | IsValidTolerancesAndFlags (ON_TextLog *text_log=NULL) const |
| bool | IsValidForV2 () const |
| bool | IsValidForV2 (const ON_BrepTrim &) const |
| bool | IsValidForV2 (const ON_BrepEdge &) const |
| void | Dump (ON_TextLog &) const |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
| ON::object_type | ObjectType () const |
| int | Dimension () const |
| void | ClearBoundingBox () |
| ON_BOOL32 | GetBBox (double *, double *, ON_BOOL32=false) const |
| ON_BOOL32 | Transform (const ON_Xform &) |
| ON_BOOL32 | SwapCoordinates (int, int) |
| ON_BOOL32 | HasBrepForm () const |
| ON_Brep * | BrepForm (ON_Brep *brep=NULL) const |
| int | AddTrimCurve (ON_Curve *) |
| int | AddEdgeCurve (ON_Curve *) |
| int | AddSurface (ON_Surface *) |
| bool | SetEdgeCurve (ON_BrepEdge &edge, int c3_index, const ON_Interval *sub_domain=NULL) |
| bool | SetTrimCurve (ON_BrepTrim &trim, int c2_index, const ON_Interval *sub_domain=NULL) |
| ON_BrepVertex & | NewVertex () |
| ON_BrepVertex & | NewVertex (ON_3dPoint vertex_point, double vertex_tolerance=ON_UNSET_VALUE) |
| ON_BrepEdge & | NewEdge (int=-1) |
| ON_BrepEdge & | NewEdge (ON_BrepVertex &, ON_BrepVertex &, int=-1, const ON_Interval *=NULL, double edge_tolerance=ON_UNSET_VALUE) |
| ON_BrepFace & | NewFace (int si=-1) |
| ON_BrepFace * | NewFace (const ON_Surface &surface) |
| ON_BrepFace * | NewFace (ON_Surface *pSurface, int vid[4], int eid[4], ON_BOOL32 bRev3d[4]) |
| ON_BrepFace * | NewRuledFace (const ON_BrepEdge &edgeA, bool bRevEdgeA, const ON_BrepEdge &edgeB, bool bRevEdgeB) |
| ON_BrepFace * | NewConeFace (const ON_BrepVertex &vertex, const ON_BrepEdge &edge, bool bRevEdge) |
| ON_BrepLoop & | NewLoop (ON_BrepLoop::TYPE) |
| ON_BrepLoop & | NewLoop (ON_BrepLoop::TYPE loop_type, ON_BrepFace &face) |
| ON_BrepLoop * | NewOuterLoop (int face_index) |
| ON_BrepLoop * | NewOuterLoop (int face_index, int vid[4], int eid[4], ON_BOOL32 bRev3d[4]) |
| bool | NewPlanarFaceLoop (int face_index, ON_BrepLoop::TYPE loop_type, ON_SimpleArray< ON_Curve * > &boundary, ON_BOOL32 bDuplicateCurves=true) |
| ON_BrepTrim & | NewTrim (int c2i=-1) |
| ON_BrepTrim & | NewTrim (ON_BOOL32 bRev3d, ON_BrepLoop &loop, int c2i=-1) |
| ON_BrepTrim & | NewTrim (ON_BrepEdge &edge, ON_BOOL32 bRev3d, int c2i=-1) |
| ON_BrepTrim & | NewTrim (ON_BrepEdge &edge, ON_BOOL32 bRev3d, ON_BrepLoop &loop, int c2i=-1) |
| ON_BrepTrim & | NewSingularTrim (const ON_BrepVertex &vertex, ON_BrepLoop &loop, ON_Surface::ISO iso, int c2i=-1) |
| ON_BrepVertex & | NewPointOnFace (ON_BrepFace &face, double s, double t) |
| ON_BrepTrim & | NewCurveOnFace (ON_BrepFace &face, ON_BrepEdge &edge, ON_BOOL32 bRev3d=false, int c2i=-1) |
| void | Append (const ON_Brep &) |
| void | SetVertices (void) |
| bool | SetTrimIsoFlags () |
| bool | SetTrimIsoFlags (ON_BrepFace &) |
| bool | SetTrimIsoFlags (ON_BrepLoop &) |
| bool | SetTrimIsoFlags (ON_BrepTrim &) |
| ON_BrepTrim::TYPE | TrimType (const ON_BrepTrim &trim, ON_BOOL32 bLazy=true) const |
| bool | SetTrimTypeFlags (ON_BOOL32 bLazy=false) |
| bool | SetTrimTypeFlags (ON_BrepFace &, ON_BOOL32 bLazy=false) |
| bool | SetTrimTypeFlags (ON_BrepLoop &, ON_BOOL32 bLazy=false) |
| bool | SetTrimTypeFlags (ON_BrepTrim &, ON_BOOL32 bLazy=false) |
| bool | GetTrim2dStart (int trim_index, ON_2dPoint &) const |
| bool | GetTrim2dEnd (int, ON_2dPoint &) const |
| bool | GetTrim3dStart (int, ON_3dPoint &) const |
| bool | GetTrim3dEnd (int, ON_3dPoint &) const |
| ON_BrepLoop::TYPE | ComputeLoopType (const ON_BrepLoop &) const |
| bool | SetVertexTolerance (ON_BrepVertex &vertex, ON_BOOL32 bLazy=false) const |
| virtual bool | SetTrimTolerance (ON_BrepTrim &trim, ON_BOOL32 bLazy=false) const |
| virtual bool | SetEdgeTolerance (ON_BrepEdge &edge, ON_BOOL32 bLazy=false) const |
| bool | SetVertexTolerances (ON_BOOL32 bLazy=false) |
| bool | SetTrimTolerances (ON_BOOL32 bLazy=false) |
| bool | SetEdgeTolerances (ON_BOOL32 bLazy=false) |
| virtual bool | SetTrimBoundingBox (ON_BrepTrim &trim, ON_BOOL32 bLazy=false) |
| virtual bool | SetTrimBoundingBoxes (ON_BrepLoop &loop, ON_BOOL32 bLazy=false) |
| virtual bool | SetTrimBoundingBoxes (ON_BrepFace &face, ON_BOOL32 bLazy=false) |
| virtual bool | SetTrimBoundingBoxes (ON_BOOL32 bLazy=false) |
| void | SetTolerancesBoxesAndFlags (ON_BOOL32 bLazy=false, ON_BOOL32 bSetVertexTolerances=true, ON_BOOL32 bSetEdgeTolerances=true, ON_BOOL32 bSetTrimTolerances=true, ON_BOOL32 bSetTrimIsoFlags=true, ON_BOOL32 bSetTrimTypeFlags=true, ON_BOOL32 bSetLoopTypeFlags=true, ON_BOOL32 bSetTrimBoxes=true) |
| int | SurfaceUseCount (int surface_index, int max_count=0) const |
| int | EdgeCurveUseCount (int c3_index, int max_count=0) const |
| int | TrimCurveUseCount (int c2_index, int max_count=0) const |
| ON_Curve * | Loop3dCurve (const ON_BrepLoop &loop, ON_BOOL32 bRevCurveIfFaceRevIsTrue=false) const |
| int | Loop3dCurve (const ON_BrepLoop &loop, ON_SimpleArray< ON_Curve * > &curve_list, ON_BOOL32 bRevCurveIfFaceRevIsTrue=false) const |
| ON_Curve * | Loop2dCurve (const ON_BrepLoop &loop) const |
| virtual int | SolidOrientation () const |
| bool | IsSolid () const |
| bool | IsManifold (ON_BOOL32 *pbIsOriented=NULL, ON_BOOL32 *pbHasBoundary=NULL) const |
| bool | IsPointInside (ON_3dPoint P, double tolerance, bool bStrictlyInside) const |
| bool | IsSurface () const |
| bool | FaceIsSurface (int) const |
| bool | LoopIsSurfaceBoundary (int) const |
| bool | FlipReversedSurfaces () |
| bool | SetTrimDomain (int, const ON_Interval &) |
| bool | SetEdgeDomain (int, const ON_Interval &) |
| void | Flip () |
| void | FlipFace (ON_BrepFace &) |
| void | FlipLoop (ON_BrepLoop &) |
| int | LoopDirection (const ON_BrepLoop &) const |
| bool | SortFaceLoops (ON_BrepFace &face) const |
| bool | CombineCoincidentVertices (ON_BrepVertex &, ON_BrepVertex &) |
| bool | CombineCoincidentEdges (ON_BrepEdge &, ON_BrepEdge &) |
| ON_BrepEdge * | CombineContiguousEdges (int edge_index0, int edge_iindex1, double angle_tolerance_radians=ON_PI/180.0) |
| void | DeleteVertex (ON_BrepVertex &vertex) |
| void | DeleteEdge (ON_BrepEdge &edge, ON_BOOL32 bDeleteEdgeVertices) |
| void | DeleteTrim (ON_BrepTrim &trim, ON_BOOL32 bDeleteTrimEdges) |
| void | DeleteLoop (ON_BrepLoop &loop, ON_BOOL32 bDeleteLoopEdges) |
| void | DeleteFace (ON_BrepFace &face, ON_BOOL32 bDeleteFaceEdges) |
| void | DeleteSurface (int s_index) |
| void | Delete2dCurve (int c2_index) |
| void | Delete3dCurve (int c3_index) |
| void | LabelConnectedComponent (int face_index, int label) |
| int | LabelConnectedComponents () |
| int | GetConnectedComponents (ON_SimpleArray< ON_Brep * > &components, bool bDuplicateMeshes) const |
| ON_Brep * | SubBrep (int subfi_count, const int *sub_fi, ON_Brep *sub_brep=0) const |
| bool | HasRegionTopology () const |
| const ON_BrepRegionTopology & | RegionTopology () const |
| void | DestroyRegionTopology () |
| ON_Brep * | DuplicateFace (int face_index, ON_BOOL32 bDuplicateMeshes) const |
| ON_Brep * | DuplicateFaces (int face_count, const int *face_index, ON_BOOL32 bDuplicateMeshes) const |
| ON_Brep * | ExtractFace (int face_index) |
| bool | StandardizeEdgeCurve (int edge_index, bool bAdjustEnds) |
| bool | StandardizeEdgeCurve (int edge_index, bool bAdjustEnds, int EdgeCurveUse) |
| void | StandardizeEdgeCurves (bool bAdjustEnds) |
| bool | StandardizeTrimCurve (int trim_index) |
| void | StandardizeTrimCurves () |
| bool | StandardizeFaceSurface (int face_index) |
| void | StandardizeFaceSurfaces () |
| ON_DEPRECATED void | StardardizeFaceSurfaces () |
| void | Standardize () |
| bool | ShrinkSurface (ON_BrepFace &face, int DisableSide=0) |
| bool | ShrinkSurfaces () |
| bool | Compact () |
| bool | CullUnusedFaces () |
| bool | CullUnusedLoops () |
| bool | CullUnusedTrims () |
| bool | CullUnusedEdges () |
| bool | CullUnusedVertices () |
| bool | CullUnused3dCurves () |
| bool | CullUnused2dCurves () |
| bool | CullUnusedSurfaces () |
| int | PrevTrim (int) const |
| int | NextTrim (int) const |
| int | PrevEdge (int current_edge_index, int endi, int *prev_endi=NULL) const |
| int | NextEdge (int current_edge_index, int endi, int *next_endi=NULL) const |
| const ON_Geometry * | BrepComponent (ON_COMPONENT_INDEX ci) const |
| ON_BrepVertex * | Vertex (int vertex_index) const |
| ON_BrepVertex * | Vertex (ON_COMPONENT_INDEX vertex_index) const |
| ON_BrepEdge * | Edge (int edge_index) const |
| ON_BrepEdge * | Edge (ON_COMPONENT_INDEX edge_index) const |
| ON_BrepTrim * | Trim (int trim_index) const |
| ON_BrepTrim * | Trim (ON_COMPONENT_INDEX trim_index) const |
| ON_BrepLoop * | Loop (int loop_index) const |
| ON_BrepLoop * | Loop (ON_COMPONENT_INDEX loop_index) const |
| ON_BrepFace * | Face (int face_index) const |
| ON_BrepFace * | Face (ON_COMPONENT_INDEX face_index) const |
| bool | RemoveSlits () |
| bool | RemoveSlits (ON_BrepFace &F) |
| int | MergeFaces (int fid0, int fid1) |
| bool | MergeFaces () |
| bool | RemoveNesting (bool bExtractSingleSegments, bool bEdges=true, bool bTrimCurves=true) |
| bool | CollapseEdge (int edge_index, bool bCloseTrimGap=true, int vertex_index=-1) |
| bool | ChangeVertex (int old_vi, int new_vi, bool bClearTolerances) |
| bool | CloseTrimGap (ON_BrepTrim &trim0, ON_BrepTrim &trim1) |
| int | RemoveWireEdges (bool bDeleteVertices=true) |
| int | RemoveWireVertices () |
| void | Set_user (ON_U u) |
| void | Clear_vertex_user_i () |
| void | Clear_edge_user_i (int) |
| void | Clear_edge_user_i () |
| void | Clear_trim_user_i () |
| void | Clear_loop_user_i () |
| void | Clear_face_user_i () |
| void | Clear_user_i () |
| | ON_Geometry () |
| | ON_Geometry (const ON_Geometry &) |
| ON_Geometry & | operator= (const ON_Geometry &) |
| virtual | ~ON_Geometry () |
| ON_BoundingBox | BoundingBox () const |
| ON_BOOL32 | GetBoundingBox (ON_BoundingBox &bbox, int bGrowBox=false) const |
| ON_BOOL32 | GetBoundingBox (ON_3dPoint &bbox_min, ON_3dPoint &bbox_max, int bGrowBox=false) const |
| ON_BOOL32 | Rotate (double sin_angle, double cos_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center) |
| ON_BOOL32 | Rotate (double rotation_angle, const ON_3dVector &rotation_axis, const ON_3dPoint &rotation_center) |
| ON_BOOL32 | Translate (const ON_3dVector &translation_vector) |
| ON_BOOL32 | Scale (double scale_factor) |
| virtual bool | GetTightBoundingBox (ON_BoundingBox &tight_bbox, int bGrowBox=false, const ON_Xform *xform=0) const |
| virtual bool | IsDeformable () const |
| virtual bool | MakeDeformable () |
| virtual ON_COMPONENT_INDEX | ComponentIndex () const |
| bool | CopyFrom (const ON_Object *src) |
| | ON_Object () |
| | ON_Object (const ON_Object &) |
| ON_Object & | operator= (const ON_Object &) |
| virtual | ~ON_Object () |
| ON_BOOL32 | IsKindOf (const ON_ClassId *pClassId) const |
| virtual ON_UUID | ModelObjectId () const |
| bool | SetUserString (const wchar_t *key, const wchar_t *string_value) |
| int | SetUserStrings (int count, const ON_UserString *user_strings, bool bReplace) |
| bool | GetUserString (const wchar_t *key, ON_wString &string_value) const |
| int | GetUserStrings (ON_ClassArray< ON_UserString > &user_strings) const |
| int | GetUserStringKeys (ON_ClassArray< ON_wString > &user_string_keys) const |
| int | UserStringCount () const |
| ON_BOOL32 | AttachUserData (ON_UserData *pUserData) |
| ON_BOOL32 | DetachUserData (ON_UserData *pUserData) |
| ON_UserData * | GetUserData (const ON_UUID &userdata_uuid) const |
| void | PurgeUserData () |
| ON_UserData * | FirstUserData () const |
| void | TransformUserData (const ON_Xform &xform) |
| void | CopyUserData (const ON_Object &source_object) |
| void | MoveUserData (ON_Object &source_object) |
Protected Member Functions |
| void | Initialize () |
| void | SetTrimIsoFlag (int, double[6]) |
| void | SetTrimIsoFlag (int) |
| bool | SetEdgeVertex (const int, const int, const int) |
| bool | HopAcrossEdge (int &, int &) const |
| bool | SetTrimStartVertex (const int, const int) |
| void | SetLoopVertices (const int) |
| void | ClearTrimVertices () |
| void | ClearEdgeVertices () |
| bool | SwapLoopParameters (int) |
| bool | SwapTrimParameters (int) |
| bool | IsValidTrim (int trim_index, ON_TextLog *text_log) const |
| bool | IsValidTrimTopology (int trim_index, ON_TextLog *text_log) const |
| bool | IsValidTrimGeometry (int trim_index, ON_TextLog *text_log) const |
| bool | IsValidTrimTolerancesAndFlags (int trim_index, ON_TextLog *text_log) const |
| bool | IsValidLoop (int loop_index, ON_TextLog *text_log) const |
| bool | IsValidLoopTopology (int loop_index, ON_TextLog *text_log) const |
| bool | IsValidLoopGeometry (int loop_index, ON_TextLog *text_log) const |
| bool | IsValidLoopTolerancesAndFlags (int loop_index, ON_TextLog *text_log) const |
| bool | IsValidFace (int face_index, ON_TextLog *text_log) const |
| bool | IsValidFaceTopology (int face_index, ON_TextLog *text_log) const |
| bool | IsValidFaceGeometry (int face_index, ON_TextLog *text_log) const |
| bool | IsValidFaceTolerancesAndFlags (int face_index, ON_TextLog *text_log) const |
| bool | IsValidEdge (int edge_index, ON_TextLog *text_log) const |
| bool | IsValidEdgeTopology (int edge_index, ON_TextLog *text_log) const |
| bool | IsValidEdgeGeometry (int edge_index, ON_TextLog *text_log) const |
| bool | IsValidEdgeTolerancesAndFlags (int edge_index, ON_TextLog *text_log) const |
| bool | IsValidVertex (int vertex_index, ON_TextLog *text_log) const |
| bool | IsValidVertexTopology (int vertex_index, ON_TextLog *text_log) const |
| bool | IsValidVertexGeometry (int vertex_index, ON_TextLog *text_log) const |
| bool | IsValidVertexTolerancesAndFlags (int vertex_index, ON_TextLog *text_log) const |
| void | SetTolsFromLegacyValues () |
| bool | ReadOld100 (ON_BinaryArchive &) |
| bool | ReadOld101 (ON_BinaryArchive &) |
| bool | ReadOld200 (ON_BinaryArchive &, int) |
| ON_Curve * | Read100_BrepCurve (ON_BinaryArchive &) const |
| ON_Surface * | Read100_BrepSurface (ON_BinaryArchive &) const |
| bool | ReadV1_LegacyTrimStuff (ON_BinaryArchive &, ON_BrepFace &, ON_BrepLoop &) |
| bool | ReadV1_LegacyTrim (ON_BinaryArchive &, ON_BrepFace &, ON_BrepLoop &) |
| bool | ReadV1_LegacyLoopStuff (ON_BinaryArchive &, ON_BrepFace &) |
| bool | ReadV1_LegacyLoop (ON_BinaryArchive &, ON_BrepFace &) |
| bool | ReadV1_LegacyFaceStuff (ON_BinaryArchive &) |
| bool | ReadV1_LegacyShellStuff (ON_BinaryArchive &) |