CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
AECGeLegacy.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a
16// license agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
24#ifndef __AECBOOLWITHOLD_H__
25#define __AECBOOLWITHOLD_H__
26
27#include "Modeler/FMMdlBody.h"
29
30class OdDbObjectId;
31
35namespace AECGe
36{
38
40
50 AECGEOMETRY_API FacetModeler::Body section(FacetModeler::Body& rBase, const OdGePlane& rCutter);
51
64 AECGEOMETRY_API FacetModeler::Body customRemoveTJ(const std::vector<OdGePoint3d>& aVertices,
65 const std::vector<OdInt32>& aFaceData,
66 std::vector<OdUInt32>* aEdgeFlags = 0,
67 std::vector<OdUInt32>* aFaceFlags = 0,
68 std::vector<OdUInt32>* aVertexFlags = 0,
69 std::vector<FacetModeler::Surface*>* aSurfaces = 0,
70 bool mergeOnlyWithDiffrentFlags = false);
71
73 const FacetModeler::Profile2D& rBase,
74 const std::vector<OdGeMatrix3d>& rPath,
76
88
100 AECGEOMETRY_API FacetModeler::Body extrusion(const FacetModeler::Profile2D& rBase, const std::vector<OdGePoint3d>& rPath, const OdGeVector3d& vNormal, const FacetModeler::DeviationParams& devDeviation = FacetModeler::FMGeGbl::gDefDev);
101
103
105
107
120 double dDepth, double dDepthOrigin,
122
136 double dWidth, double dDepth, double dDepthOrigin,
138
150 const FacetModeler::Profile3D& rCutter,
152
162 AECGEOMETRY_API FacetModeler::Body section( FacetModeler::Body& rBase,
163 const OdGePlane& rCutter );
164
178 const FacetModeler::Profile3D& rCutter, bool bInside, double dDepth,
180
181
194 const FacetModeler::Profile3D& rCutter, bool bInside,
196
212
221 AECGEOMETRY_API std::vector<OdUInt32> getAllMetadata(const FacetModeler::Profile2D& rProfile);
222}
223
224#endif // __AECBOOLWITHOLD_H__
AECGEOMETRY_API FacetModeler::Body singleFace(const FacetModeler::Profile2D &rBase, const FacetModeler::DeviationParams &devDeviation=FacetModeler::FMGeGbl::gDefDev)
AECGEOMETRY_API FacetModeler::Body cutWithInfExtrusion(FacetModeler::Body &rBase, const FacetModeler::Profile3D &rCutter, bool bInside, const FacetModeler::DeviationParams &devDeviation=FacetModeler::FMGeGbl::gDefDev)
AECGEOMETRY_API FacetModeler::Body insideFrame(const FacetModeler::Profile2D &rBase, double dWidth, double dDepth, double dDepthOrigin, const FacetModeler::DeviationParams &devDeviation=FacetModeler::FMGeGbl::gDefDev)
AECGEOMETRY_API FacetModeler::Body infExtrusion(const FacetModeler::Body &rBase, const FacetModeler::Profile3D &rCutter, const FacetModeler::DeviationParams &devDeviation=FacetModeler::FMGeGbl::gDefDev)
AECGEOMETRY_API FacetModeler::Body Temporary_Extension_byTwoProfiles(const FacetModeler::Profile3D &rBase1, const FacetModeler::Profile3D &rBase2)
AECGEOMETRY_API FacetModeler::Body Temporary_Extension_extrusionByTrs(const FacetModeler::Profile2D &rBase, const std::vector< OdGeMatrix3d > &rPath, const FacetModeler::DeviationParams &devDeviation=FacetModeler::FMGeGbl::gDefDev)
AECGEOMETRY_API std::vector< OdUInt32 > getAllMetadata(const FacetModeler::Profile2D &rProfile)
AECGEOMETRY_API FacetModeler::Body cutWithExtrusion(FacetModeler::Body &rBase, const FacetModeler::Profile3D &rCutter, bool bInside, double dDepth, const FacetModeler::DeviationParams &devDeviation=FacetModeler::FMGeGbl::gDefDev)
AECGEOMETRY_API FacetModeler::Body Body_convertFromEntity(const OdDbObjectId &idEntity)
AECGEOMETRY_API FacetModeler::Body insideBody(const FacetModeler::Profile2D &rBase, double dDepth, double dDepthOrigin, const FacetModeler::DeviationParams &devDeviation=FacetModeler::FMGeGbl::gDefDev)
AECGEOMETRY_API FacetModeler::Body extrusion(const FacetModeler::Profile2D &rBase, const FacetModeler::Contour3D &rPath, const FacetModeler::DeviationParams &devDeviation=FacetModeler::FMGeGbl::gDefDev)
AECGEOMETRY_API FacetModeler::Body section(FacetModeler::Body &rBase, const OdGePlane &rCutter)
AECGEOMETRY_API FacetModeler::Body Temporary_Extension_byTwoContours(const FacetModeler::Contour3D &rBase1, const FacetModeler::Contour3D &rBase2)
AECGEOMETRY_API FacetModeler::Body BooleanOpWithOld(FacetModeler::BooleanOperation operation, FacetModeler::Body &rOperandA, FacetModeler::Body &rOperandB)
AECGEOMETRY_API FacetModeler::Body CallOldBooleanOp(FacetModeler::BooleanOperation operation, FacetModeler::Body &rOperandA, FacetModeler::Body &rOperandB)
AECGEOMETRY_API FacetModeler::Body customRemoveTJ(const std::vector< OdGePoint3d > &aVertices, const std::vector< OdInt32 > &aFaceData, std::vector< OdUInt32 > *aEdgeFlags=0, std::vector< OdUInt32 > *aFaceFlags=0, std::vector< OdUInt32 > *aVertexFlags=0, std::vector< FacetModeler::Surface * > *aSurfaces=0, bool mergeOnlyWithDiffrentFlags=false)
static FMGEOMETRY_API_STATIC DeviationParams gDefDev
Definition FMGeometry.h:161