Preparing search index...
The search index is not available
DrawingWeb Documentation - v1.0.0
DrawingWeb Documentation
OdGePlanarEnt
Class OdGePlanarEnt
See
https://docs.opendesign.com/tkernel_api_cpp//OdGePlanarEnt.html
Additional documentation.
Hierarchy (
view full
)
OdGeSurface
OdGePlanarEnt
OdGeBoundedPlane
OdGePlane
Index
Constructors
constructor
Methods
closest
Point
To
closest
Point
To1
closest
Point
To
Linear
Ent
closest
Point
To
Planar
Ent
copy
distance
To
eval
Point
eval
Point1
eval
Point2
get
get1
get
Closest
Point
To
get
Coefficients
get
Coord
System
get
Envelope
get
Envelope1
get
Geom
Extents
get
Poles
intersect
With
is
Closed
InU
is
Closed
InV
is
Coplanar
To
is
Equal
To
is
Kind
Of
is
Left
Handed
is
Normal
Reversed
is
On
is
On
Plane
is
Parallel
To
is
Parallel
To1
is
Perpendicular
To
is
Perpendicular
To1
make
Isoparam
Curve
make
Isoparam
Curve1
normal
param
Of
param
Of1
point
On
Plane
project
set
Envelope
type
Constructors
constructor
new
Od
Ge
Planar
Ent
(
)
:
OdGePlanarEnt
Returns
OdGePlanarEnt
Methods
closest
Point
To
closest
Point
To
(
point
,
tol
)
:
OdGePoint3d
Parameters
point
:
OdGePoint3d
tol
:
OdGeTol
Returns
OdGePoint3d
closest
Point
To1
closest
Point
To1
(
point
,
param
,
uvBox
,
tol
)
:
OdGePoint3d
Parameters
point
:
OdGePoint3d
param
:
OdGePoint2d
uvBox
:
OdGeUvBox
tol
:
OdGeTol
Returns
OdGePoint3d
closest
Point
To
Linear
Ent
closest
Point
To
Linear
Ent
(
line
,
pointOnLine
,
tol
)
:
OdGePoint3d
Parameters
line
:
OdGeLinearEnt3d
pointOnLine
:
OdGePoint3d
tol
:
OdGeTol
Returns
OdGePoint3d
closest
Point
To
Planar
Ent
closest
Point
To
Planar
Ent
(
plane
,
pointOnOtherPlane
,
tol
)
:
OdGePoint3d
Parameters
plane
:
OdGePlanarEnt
pointOnOtherPlane
:
OdGePoint3d
tol
:
OdGeTol
Returns
OdGePoint3d
copy
copy
(
)
:
OdGePlanarEnt
Returns
OdGePlanarEnt
distance
To
distance
To
(
point
,
tol
)
:
number
Parameters
point
:
OdGePoint3d
tol
:
OdGeTol
Returns
number
eval
Point
eval
Point
(
param
)
:
OdGePoint3d
Parameters
param
:
OdGePoint2d
Returns
OdGePoint3d
eval
Point1
eval
Point1
(
param
,
numDeriv
,
derivatives
)
:
OdGePoint3d
Parameters
param
:
OdGePoint2d
numDeriv
:
number
derivatives
:
OdGeVector3dArray
Returns
OdGePoint3d
eval
Point2
eval
Point2
(
param
,
numDeriv
,
derivatives
,
normal
)
:
OdGePoint3d
Parameters
param
:
OdGePoint2d
numDeriv
:
number
derivatives
:
OdGeVector3dArray
normal
:
OdGeVector3d
Returns
OdGePoint3d
get
get
(
origin
,
uAxis
,
vAxis
)
:
void
Parameters
origin
:
OdGePoint3d
uAxis
:
OdGeVector3d
vAxis
:
OdGeVector3d
Returns
void
get1
get1
(
uPnt
,
origin
,
vPnt
)
:
void
Parameters
uPnt
:
OdGePoint3d
origin
:
OdGePoint3d
vPnt
:
OdGePoint3d
Returns
void
get
Closest
Point
To
get
Closest
Point
To
(
point
,
pntOnSurface
,
tol
)
:
void
Parameters
point
:
OdGePoint3d
pntOnSurface
:
OdGePointOnSurface
tol
:
OdGeTol
Returns
void
get
Coefficients
get
Coefficients
(
a
,
b
,
c
,
d
)
:
void
Parameters
a
:
number
b
:
number
c
:
number
d
:
number
Returns
void
get
Coord
System
get
Coord
System
(
origin
,
axis1
,
axis2
)
:
void
Parameters
origin
:
OdGePoint3d
axis1
:
OdGeVector3d
axis2
:
OdGeVector3d
Returns
void
get
Envelope
get
Envelope
(
intrvlU
,
intrvlV
)
:
void
Parameters
intrvlU
:
OdGeInterval
intrvlV
:
OdGeInterval
Returns
void
get
Envelope1
get
Envelope1
(
uvbox
)
:
void
Parameters
uvbox
:
OdGeUvBox
Returns
void
get
Geom
Extents
get
Geom
Extents
(
range
,
coordSystem
)
:
OdGeExtents3d
Parameters
range
:
OdGeUvBox
coordSystem
:
OdGeMatrix3d
Returns
OdGeExtents3d
get
Poles
get
Poles
(
uParams
,
vParams
,
uPoints
,
vPoints
,
tol
)
:
boolean
Parameters
uParams
:
OdGeDoubleArray
vParams
:
OdGeDoubleArray
uPoints
:
OdGePoint3dArray
vPoints
:
OdGePoint3dArray
tol
:
number
Returns
boolean
intersect
With
intersect
With
(
line
,
point
,
tol
)
:
boolean
Parameters
line
:
OdGeLinearEnt3d
point
:
OdGePoint3d
tol
:
OdGeTol
Returns
boolean
is
Closed
InU
is
Closed
InU
(
tol
)
:
boolean
Parameters
tol
:
OdGeTol
Returns
boolean
is
Closed
InV
is
Closed
InV
(
tol
)
:
boolean
Parameters
tol
:
OdGeTol
Returns
boolean
is
Coplanar
To
is
Coplanar
To
(
plane
,
tol
)
:
boolean
Parameters
plane
:
OdGePlanarEnt
tol
:
OdGeTol
Returns
boolean
is
Equal
To
is
Equal
To
(
object
,
tol
)
:
boolean
Parameters
object
:
OdGeEntity3d
tol
:
OdGeTol
Returns
boolean
is
Kind
Of
is
Kind
Of
(
entType
)
:
boolean
Parameters
entType
:
EntityId
Returns
boolean
is
Left
Handed
is
Left
Handed
(
)
:
boolean
Returns
boolean
is
Normal
Reversed
is
Normal
Reversed
(
)
:
boolean
Returns
boolean
is
On
is
On
(
point
,
paramPoint
,
tol
)
:
boolean
Parameters
point
:
OdGePoint3d
paramPoint
:
OdGePoint2d
tol
:
OdGeTol
Returns
boolean
is
On
Plane
is
On
Plane
(
point
,
tol
)
:
boolean
Parameters
point
:
OdGePoint3d
tol
:
OdGeTol
Returns
boolean
is
Parallel
To
is
Parallel
To
(
line
,
tol
)
:
boolean
Parameters
line
:
OdGeLinearEnt3d
tol
:
OdGeTol
Returns
boolean
is
Parallel
To1
is
Parallel
To1
(
plane
,
tol
)
:
boolean
Parameters
plane
:
OdGePlanarEnt
tol
:
OdGeTol
Returns
boolean
is
Perpendicular
To
is
Perpendicular
To
(
line
,
tol
)
:
boolean
Parameters
line
:
OdGeLinearEnt3d
tol
:
OdGeTol
Returns
boolean
is
Perpendicular
To1
is
Perpendicular
To1
(
plane
,
tol
)
:
boolean
Parameters
plane
:
OdGePlanarEnt
tol
:
OdGeTol
Returns
boolean
make
Isoparam
Curve
make
Isoparam
Curve
(
byU
,
param
)
:
OdGeCurve3d
Parameters
byU
:
boolean
param
:
number
Returns
OdGeCurve3d
make
Isoparam
Curve1
make
Isoparam
Curve1
(
byU
,
param
,
interval
)
:
OdGeCurve3d
Parameters
byU
:
boolean
param
:
number
interval
:
OdGeInterval
Returns
OdGeCurve3d
normal
normal
(
)
:
OdGeVector3d
Returns
OdGeVector3d
param
Of
param
Of
(
point
,
tol
)
:
OdGePoint2d
Parameters
point
:
OdGePoint3d
tol
:
OdGeTol
Returns
OdGePoint2d
param
Of1
param
Of1
(
point
,
uvBox
,
tol
)
:
OdGePoint2d
Parameters
point
:
OdGePoint3d
uvBox
:
OdGeUvBox
tol
:
OdGeTol
Returns
OdGePoint2d
point
On
Plane
point
On
Plane
(
)
:
OdGePoint3d
Returns
OdGePoint3d
project
project
(
p
,
unitDir
,
projP
,
tol
)
:
boolean
Parameters
p
:
OdGePoint3d
unitDir
:
OdGeVector3d
projP
:
OdGePoint3d
tol
:
OdGeTol
Returns
boolean
set
Envelope
set
Envelope
(
realIntrvlU
,
realIntrvlV
)
:
boolean
Parameters
realIntrvlU
:
OdGeInterval
realIntrvlV
:
OdGeInterval
Returns
boolean
type
type
(
)
:
EntityId
Returns
EntityId
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
closest
Point
To
closest
Point
To1
closest
Point
To
Linear
Ent
closest
Point
To
Planar
Ent
copy
distance
To
eval
Point
eval
Point1
eval
Point2
get
get1
get
Closest
Point
To
get
Coefficients
get
Coord
System
get
Envelope
get
Envelope1
get
Geom
Extents
get
Poles
intersect
With
is
Closed
InU
is
Closed
InV
is
Coplanar
To
is
Equal
To
is
Kind
Of
is
Left
Handed
is
Normal
Reversed
is
On
is
On
Plane
is
Parallel
To
is
Parallel
To1
is
Perpendicular
To
is
Perpendicular
To1
make
Isoparam
Curve
make
Isoparam
Curve1
normal
param
Of
param
Of1
point
On
Plane
project
set
Envelope
type
DrawingWeb Documentation - v1.0.0
Loading...
See
https://docs.opendesign.com/tkernel_api_cpp//OdGePlanarEnt.html Additional documentation.