CFx SDK Documentation  2023 SP0
AECGeLegacy.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2016, 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 Teigha(R) software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Teigha(R) Copyright (C) 2002-2016 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 
30 class OdDbObjectId;
31 
35 namespace 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 
71  const FacetModeler::Profile2D& rBase,
72  const std::vector<OdGeMatrix3d>& rPath,
74 
86 
98  AECGEOMETRY_API FacetModeler::Body extrusion(const FacetModeler::Profile2D& rBase, const std::vector<OdGePoint3d>& rPath, const OdGeVector3d& vNormal, const FacetModeler::DeviationParams& devDeviation = FacetModeler::FMGeGbl::gDefDev);
99 
101 
103 
104  AECGEOMETRY_API FacetModeler::Body Body_convertFromEntity(const OdDbObjectId& idEntity);
105 
118  double dDepth, double dDepthOrigin,
120 
121 }
122 
123 #endif // __AECBOOLWITHOLD_H__
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 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 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)
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)
static FMGEOMETRY_API_STATIC DeviationParams gDefDev
Definition: FMGeometry.h:148