#include <GridBase.h>
◆ FGridBase()
◆ ~FGridBase()
| virtual UE::CADKernel::FGridBase::~FGridBase |
( |
| ) |
|
|
inlinevirtual |
◆ ComputeNewCoordinate()
Convert Coordinate of "DefaultParametric" space into a scaled parametric space
- See also
- ScaleLoops
◆ EvaluatePointGrid()
◆ GetCoordinateGrid()
◆ GetFace() [1/2]
◆ GetFace() [2/2]
◆ GetInner2DPoint() [1/2]
- Returns
- the FVector2d (parametric coordinates) of the point at the Index of the grid in the defined grid space
- See also
- EGridSpace
-
Points2D
◆ GetInner2DPoint() [2/2]
- Returns
- the FVector2d (parametric coordinates) of the point at the Index of the grid in the defined grid space
- See also
- EGridSpace
◆ GetInner2DPoints()
- Returns
- the array of 2d points of the grid in the defined space
◆ GetInner3DPoint()
| const FVector & UE::CADKernel::FGridBase::GetInner3DPoint |
( |
int32 |
Index | ) |
const |
|
inline |
- Returns
- the FVector (3D coordinates) of the point at the Index of the grid
◆ GetInner3DPoints() [1/2]
| TArray< FVector > & UE::CADKernel::FGridBase::GetInner3DPoints |
( |
| ) |
|
|
inline |
- Returns
- the array of 3d points of the grid
◆ GetInner3DPoints() [2/2]
| const TArray< FVector > & UE::CADKernel::FGridBase::GetInner3DPoints |
( |
| ) |
const |
|
inline |
- Returns
- the array of 3d points of the grid
◆ GetTolerance()
| double UE::CADKernel::FGridBase::GetTolerance |
( |
| ) |
const |
|
inline |
◆ GetUniformCuttingCoordinates()
| const FCoordinateGrid & UE::CADKernel::FGridBase::GetUniformCuttingCoordinates |
( |
| ) |
const |
|
inline |
◆ GetUniformCuttingCoordinatesAlongIso()
◆ GobalIndex()
| int32 UE::CADKernel::FGridBase::GobalIndex |
( |
int32 |
IndexU, |
|
|
int32 |
IndexV |
|
) |
| const |
|
inline |
- Returns
- the Index of the position in the arrays of a point [IndexU, IndexV] of the grid
◆ ScaleGrid()
| bool UE::CADKernel::FGridBase::ScaleGrid |
( |
| ) |
|
Builds the scaled parametric spaces
- See also
- Points2D
-
GeneratePointCloud (ended GeneratePointCloud process)
- Returns
- false if the scaled grid is degenerated
◆ TransformPoints()
Convert an array of points of "DefaultParametric" space into a scaled parametric space
- See also
- FThinZone2DFinder::BuildBoundarySegments()
◆ Chronos
◆ CuttingCount
| int32 UE::CADKernel::FGridBase::CuttingCount[2] = { 0 , 0 } |
|
protected |
◆ CuttingSize
| int32 UE::CADKernel::FGridBase::CuttingSize = 0 |
|
protected |
◆ Face
◆ Normals
Surface Normal at each inner nodes
◆ Points2D
2D Coordinate of grid nodes in each space
◆ Points3D
3D Coordinate of inner nodes
◆ Tolerance3D
| const double UE::CADKernel::FGridBase::Tolerance3D |
|
protected |
◆ UniformCuttingCoordinates
The documentation for this class was generated from the following files:
- Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Mesh/Structure/GridBase.h
- Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Mesh/Structure/GridBase.cpp