Preparing search index...
The search index is not available
DrawingWeb Documentation - v1.0.0
DrawingWeb Documentation
OdGeSurfaceCurve2dTo3d
Class OdGeSurfaceCurve2dTo3d
See
https://docs.opendesign.com/tkernel_api_cpp//OdGeSurfaceCurve2dTo3d.html
Additional documentation.
Hierarchy (
view full
)
OdGeCurve3d
OdGeSurfaceCurve2dTo3d
Index
Constructors
constructor
Methods
append
Sample
Points
append
Sample
Points1
append
Sample
Points2
area
bound
Block
bound
Block1
closest
Point
To
closest
Point
To1
closest
Point
To2
convert
To2d
copy
curve
distance
To
distance
To1
eval
Point
eval
Point1
explode
get
Closest
Point
To
get
Closest
Point
To1
get
Geom
Extents
get
Interval
get
Interval1
get
Local
Closest
Points
get
Local
Closest
Points1
get
Normal
Point
get
Proj
Closest
Point
To
get
Proj
Closest
Point
To1
get
Sample
Points
get
Sample
Points1
get
Sample
Points2
get
Sample
Points3
get
Sample
Points4
get
Trimmed
Offset
has
End
Point
has
Mid
Point
has
Start
Point
is
Closed
is
Coplanar
With
is
Degenerate
is
Equal
To
is
Kind
Of
is
Linear
is
On
is
On1
is
Periodic
is
Planar
length
length1
mid
Point
mirror
ortho
Bound
Block
ortho
Bound
Block1
ortho
Project
param
At
Length
param
Of
param
Of1
proj
Closest
Point
To
proj
Closest
Point
To1
project
rotate
By
scale
By
set
Interval1
surface
transform
By
translate
By
type
Constructors
constructor
new
Od
Ge
Surface
Curve2d
To3d
(
)
:
OdGeSurfaceCurve2dTo3d
Returns
OdGeSurfaceCurve2dTo3d
new
Od
Ge
Surface
Curve2d
To3d
(
source
)
:
OdGeSurfaceCurve2dTo3d
Parameters
source
:
OdGeSurfaceCurve2dTo3d
Returns
OdGeSurfaceCurve2dTo3d
new
Od
Ge
Surface
Curve2d
To3d
(
uvc
,
surf
)
:
OdGeSurfaceCurve2dTo3d
Parameters
uvc
:
OdGeCurve2d
surf
:
OdGeSurface
Returns
OdGeSurfaceCurve2dTo3d
new
Od
Ge
Surface
Curve2d
To3d
(
pUvCurve
,
pSurface
,
ownership
)
:
OdGeSurfaceCurve2dTo3d
Parameters
pUvCurve
:
OdGeCurve2d
pSurface
:
OdGeSurface
ownership
:
OwnershipFlag
Returns
OdGeSurfaceCurve2dTo3d
Methods
append
Sample
Points
append
Sample
Points
(
fromParam
,
toParam
,
approxEps
,
pointArray
,
pParamArray
)
:
void
Parameters
fromParam
:
number
toParam
:
number
approxEps
:
number
pointArray
:
OdGePoint3dArray
pParamArray
:
OdGeDoubleArray
Returns
void
append
Sample
Points1
append
Sample
Points1
(
numSample
,
pointArray
,
pParamArray
)
:
void
Parameters
numSample
:
number
pointArray
:
OdGePoint3dArray
pParamArray
:
OdGeDoubleArray
Returns
void
append
Sample
Points2
append
Sample
Points2
(
paramInterval
,
approxEps
,
pointArray
,
pParamArray
)
:
void
Parameters
paramInterval
:
OdGeInterval
approxEps
:
number
pointArray
:
OdGePoint3dArray
pParamArray
:
OdGeDoubleArray
Returns
void
area
area
(
startParam
,
endParam
,
value
,
tol
)
:
boolean
Parameters
startParam
:
number
endParam
:
number
value
:
number
tol
:
OdGeTol
Returns
boolean
bound
Block
bound
Block
(
)
:
OdGeBoundBlock3d
Returns
OdGeBoundBlock3d
bound
Block1
bound
Block1
(
range
)
:
OdGeBoundBlock3d
Parameters
range
:
OdGeInterval
Returns
OdGeBoundBlock3d
closest
Point
To
closest
Point
To
(
point
,
tol
)
:
OdGePoint3d
Parameters
point
:
OdGePoint3d
tol
:
OdGeTol
Returns
OdGePoint3d
closest
Point
To1
closest
Point
To1
(
curve
,
pntOnOtherCrv
,
tol
)
:
OdGePoint3d
Parameters
curve
:
OdGeCurve3d
pntOnOtherCrv
:
OdGePoint3d
tol
:
OdGeTol
Returns
OdGePoint3d
closest
Point
To2
closest
Point
To2
(
point
,
param
,
range
,
tol
)
:
OdGePoint3d
Parameters
point
:
OdGePoint3d
param
:
number
range
:
OdGeInterval
tol
:
OdGeTol
Returns
OdGePoint3d
convert
To2d
convert
To2d
(
tol
,
sameParametrization
)
:
OdGeCurve2d
Parameters
tol
:
OdGeTol
sameParametrization
:
boolean
Returns
OdGeCurve2d
copy
copy
(
)
:
OdGeSurfaceCurve2dTo3d
Returns
OdGeSurfaceCurve2dTo3d
curve
curve
(
)
:
OdGeCurve2d
Returns
OdGeCurve2d
distance
To
distance
To
(
point
,
tol
)
:
number
Parameters
point
:
OdGePoint3d
tol
:
OdGeTol
Returns
number
distance
To1
distance
To1
(
curve
,
tol
)
:
number
Parameters
curve
:
OdGeCurve3d
tol
:
OdGeTol
Returns
number
eval
Point
eval
Point
(
param
)
:
OdGePoint3d
Parameters
param
:
number
Returns
OdGePoint3d
eval
Point1
eval
Point1
(
param
,
numDeriv
,
derivatives
)
:
OdGePoint3d
Parameters
param
:
number
numDeriv
:
number
derivatives
:
OdGeVector3dArray
Returns
OdGePoint3d
explode
explode
(
explodedCurves
,
newExplodedCurves
,
pInterval
)
:
boolean
Parameters
explodedCurves
:
OdGeCurve3dPtrArray
newExplodedCurves
:
OdGeIntArray
pInterval
:
OdGeInterval
Returns
boolean
get
Closest
Point
To
get
Closest
Point
To
(
point
,
pntOnCrv
,
tol
)
:
void
Parameters
point
:
OdGePoint3d
pntOnCrv
:
OdGePointOnCurve3d
tol
:
OdGeTol
Returns
void
get
Closest
Point
To1
get
Closest
Point
To1
(
curve
,
pntOnThisCrv
,
pntOnOtherCrv
,
tol
)
:
void
Parameters
curve
:
OdGeCurve3d
pntOnThisCrv
:
OdGePointOnCurve3d
pntOnOtherCrv
:
OdGePointOnCurve3d
tol
:
OdGeTol
Returns
void
get
Geom
Extents
get
Geom
Extents
(
extents
)
:
void
Parameters
extents
:
OdGeExtents3d
Returns
void
get
Interval
get
Interval
(
interval
)
:
void
Parameters
interval
:
OdGeInterval
Returns
void
get
Interval1
get
Interval1
(
interval
,
start
,
end
)
:
void
Parameters
interval
:
OdGeInterval
start
:
OdGePoint3d
end
:
OdGePoint3d
Returns
void
get
Local
Closest
Points
get
Local
Closest
Points
(
point
,
approxPntOnThisCrv
,
pInterval1
,
tol
)
:
void
Parameters
point
:
OdGePoint3d
approxPntOnThisCrv
:
OdGePointOnCurve3d
pInterval1
:
OdGeInterval
tol
:
OdGeTol
Returns
void
get
Local
Closest
Points1
get
Local
Closest
Points1
(
curve
,
approxPntOnThisCrv
,
approxPntOnOtherCrv
,
pInterval1
,
pInterval2
,
tol
)
:
void
Parameters
curve
:
OdGeCurve3d
approxPntOnThisCrv
:
OdGePointOnCurve3d
approxPntOnOtherCrv
:
OdGePointOnCurve3d
pInterval1
:
OdGeInterval
pInterval2
:
OdGeInterval
tol
:
OdGeTol
Returns
void
get
Normal
Point
get
Normal
Point
(
point
,
pntOnCrv
,
tol
)
:
boolean
Parameters
point
:
OdGePoint3d
pntOnCrv
:
OdGePointOnCurve3d
tol
:
OdGeTol
Returns
boolean
get
Proj
Closest
Point
To
get
Proj
Closest
Point
To
(
point
,
projectDirection
,
pntOnCrv
,
tol
)
:
void
Parameters
point
:
OdGePoint3d
projectDirection
:
OdGeVector3d
pntOnCrv
:
OdGePointOnCurve3d
tol
:
OdGeTol
Returns
void
get
Proj
Closest
Point
To1
get
Proj
Closest
Point
To1
(
curve
,
projectDirection
,
pntOnThisCrv
,
pntOnOtherCrv
,
tol
)
:
void
Parameters
curve
:
OdGeCurve3d
projectDirection
:
OdGeVector3d
pntOnThisCrv
:
OdGePointOnCurve3d
pntOnOtherCrv
:
OdGePointOnCurve3d
tol
:
OdGeTol
Returns
void
get
Sample
Points
get
Sample
Points
(
fromParam
,
toParam
,
approxEps
,
pointArray
,
paramArray
,
forceResampling
)
:
void
Parameters
fromParam
:
number
toParam
:
number
approxEps
:
number
pointArray
:
OdGePoint3dArray
paramArray
:
OdGeDoubleArray
forceResampling
:
boolean
Returns
void
get
Sample
Points1
get
Sample
Points1
(
numSample
,
pointArray
)
:
void
Parameters
numSample
:
number
pointArray
:
OdGePoint3dArray
Returns
void
get
Sample
Points2
get
Sample
Points2
(
numSample
,
pointArray
,
paramArray
)
:
void
Parameters
numSample
:
number
pointArray
:
OdGePoint3dArray
paramArray
:
OdGeDoubleArray
Returns
void
get
Sample
Points3
get
Sample
Points3
(
fromParam
,
toParam
,
approxEps
,
pointArray
,
paramArray
)
:
void
Parameters
fromParam
:
number
toParam
:
number
approxEps
:
number
pointArray
:
OdGePoint3dArray
paramArray
:
OdGeDoubleArray
Returns
void
get
Sample
Points4
get
Sample
Points4
(
paramInterval
,
approxEps
,
pointArray
,
pParamArray
)
:
void
Parameters
paramInterval
:
OdGeInterval
approxEps
:
number
pointArray
:
OdGePoint3dArray
pParamArray
:
OdGeDoubleArray
Returns
void
get
Trimmed
Offset
get
Trimmed
Offset
(
distance
,
planeNormal
,
offsetCurveList
,
extensionType
,
tol
)
:
OdResult
Parameters
distance
:
number
planeNormal
:
OdGeVector3d
offsetCurveList
:
OdGeCurve3dPtrArray
extensionType
:
OffsetCrvExtType
tol
:
OdGeTol
Returns
OdResult
has
End
Point
has
End
Point
(
endPoint
)
:
boolean
Parameters
endPoint
:
OdGePoint3d
Returns
boolean
has
Mid
Point
has
Mid
Point
(
point
,
coef
)
:
boolean
Parameters
point
:
OdGePoint3d
coef
:
number
Returns
boolean
has
Start
Point
has
Start
Point
(
startPoint
)
:
boolean
Parameters
startPoint
:
OdGePoint3d
Returns
boolean
is
Closed
is
Closed
(
tol
)
:
boolean
Parameters
tol
:
OdGeTol
Returns
boolean
is
Coplanar
With
is
Coplanar
With
(
curve
,
plane
,
tol
)
:
boolean
Parameters
curve
:
OdGeCurve3d
plane
:
OdGePlane
tol
:
OdGeTol
Returns
boolean
is
Degenerate
is
Degenerate
(
degenerateType
,
tol
)
:
boolean
Parameters
degenerateType
:
EntityId
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
Linear
is
Linear
(
line
,
tol
)
:
boolean
Parameters
line
:
OdGeLine3d
tol
:
OdGeTol
Returns
boolean
is
On
is
On
(
point
,
param
,
tol
)
:
boolean
Parameters
point
:
OdGePoint3d
param
:
number
tol
:
OdGeTol
Returns
boolean
is
On1
is
On1
(
param
,
tol
)
:
boolean
Parameters
param
:
number
tol
:
OdGeTol
Returns
boolean
is
Periodic
is
Periodic
(
period
)
:
boolean
Parameters
period
:
number
Returns
boolean
is
Planar
is
Planar
(
plane
,
tol
)
:
boolean
Parameters
plane
:
OdGePlane
tol
:
OdGeTol
Returns
boolean
length
length
(
fromParam
,
toParam
,
tol
)
:
number
Parameters
fromParam
:
number
toParam
:
number
tol
:
number
Returns
number
length1
length1
(
tol
)
:
number
Parameters
tol
:
number
Returns
number
mid
Point
mid
Point
(
coef
)
:
OdGePoint3d
Parameters
coef
:
number
Returns
OdGePoint3d
mirror
mirror
(
plane
)
:
OdGeSurfaceCurve2dTo3d
Parameters
plane
:
OdGePlane
Returns
OdGeSurfaceCurve2dTo3d
ortho
Bound
Block
ortho
Bound
Block
(
)
:
OdGeBoundBlock3d
Returns
OdGeBoundBlock3d
ortho
Bound
Block1
ortho
Bound
Block1
(
range
)
:
OdGeBoundBlock3d
Parameters
range
:
OdGeInterval
Returns
OdGeBoundBlock3d
ortho
Project
ortho
Project
(
projectionPlane
,
tol
)
:
OdGeEntity3d
Parameters
projectionPlane
:
OdGePlane
tol
:
OdGeTol
Returns
OdGeEntity3d
param
At
Length
param
At
Length
(
datumParam
,
length
,
posParamDir
,
tol
)
:
number
Parameters
datumParam
:
number
length
:
number
posParamDir
:
boolean
tol
:
number
Returns
number
param
Of
param
Of
(
point
,
tol
)
:
number
Parameters
point
:
OdGePoint3d
tol
:
OdGeTol
Returns
number
param
Of1
param
Of1
(
point
,
range
,
tol
)
:
number
Parameters
point
:
OdGePoint3d
range
:
OdGeInterval
tol
:
OdGeTol
Returns
number
proj
Closest
Point
To
proj
Closest
Point
To
(
point
,
projectDirection
,
tol
)
:
OdGePoint3d
Parameters
point
:
OdGePoint3d
projectDirection
:
OdGeVector3d
tol
:
OdGeTol
Returns
OdGePoint3d
proj
Closest
Point
To1
proj
Closest
Point
To1
(
curve
,
projectDirection
,
pntOnOtherCrv
,
tol
)
:
OdGePoint3d
Parameters
curve
:
OdGeCurve3d
projectDirection
:
OdGeVector3d
pntOnOtherCrv
:
OdGePoint3d
tol
:
OdGeTol
Returns
OdGePoint3d
project
project
(
projectionPlane
,
projectDirection
,
tol
)
:
OdGeEntity3d
Parameters
projectionPlane
:
OdGePlane
projectDirection
:
OdGeVector3d
tol
:
OdGeTol
Returns
OdGeEntity3d
rotate
By
rotate
By
(
angle
,
vect
,
basePoint
)
:
OdGeSurfaceCurve2dTo3d
Parameters
angle
:
number
vect
:
OdGeVector3d
basePoint
:
OdGePoint3d
Returns
OdGeSurfaceCurve2dTo3d
scale
By
scale
By
(
scaleFactor
,
basePoint
)
:
OdGeSurfaceCurve2dTo3d
Parameters
scaleFactor
:
number
basePoint
:
OdGePoint3d
Returns
OdGeSurfaceCurve2dTo3d
set
Interval1
set
Interval1
(
interval
)
:
boolean
Parameters
interval
:
OdGeInterval
Returns
boolean
surface
surface
(
)
:
OdGeSurface
Returns
OdGeSurface
transform
By
transform
By
(
xfm
)
:
OdGeSurfaceCurve2dTo3d
Parameters
xfm
:
OdGeMatrix3d
Returns
OdGeSurfaceCurve2dTo3d
translate
By
translate
By
(
translateVec
)
:
OdGeSurfaceCurve2dTo3d
Parameters
translateVec
:
OdGeVector3d
Returns
OdGeSurfaceCurve2dTo3d
type
type
(
)
:
EntityId
Returns
EntityId
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
append
Sample
Points
append
Sample
Points1
append
Sample
Points2
area
bound
Block
bound
Block1
closest
Point
To
closest
Point
To1
closest
Point
To2
convert
To2d
copy
curve
distance
To
distance
To1
eval
Point
eval
Point1
explode
get
Closest
Point
To
get
Closest
Point
To1
get
Geom
Extents
get
Interval
get
Interval1
get
Local
Closest
Points
get
Local
Closest
Points1
get
Normal
Point
get
Proj
Closest
Point
To
get
Proj
Closest
Point
To1
get
Sample
Points
get
Sample
Points1
get
Sample
Points2
get
Sample
Points3
get
Sample
Points4
get
Trimmed
Offset
has
End
Point
has
Mid
Point
has
Start
Point
is
Closed
is
Coplanar
With
is
Degenerate
is
Equal
To
is
Kind
Of
is
Linear
is
On
is
On1
is
Periodic
is
Planar
length
length1
mid
Point
mirror
ortho
Bound
Block
ortho
Bound
Block1
ortho
Project
param
At
Length
param
Of
param
Of1
proj
Closest
Point
To
proj
Closest
Point
To1
project
rotate
By
scale
By
set
Interval1
surface
transform
By
translate
By
type
DrawingWeb Documentation - v1.0.0
Module
ACIcolorMethod
AnnoType
AssocFlags
AttachmentPoint
BaseTextHeightRFT
BlockConnectionType
BlockScaling
CollisionType
Color
ColorMethod
ColumnType
ContentType
DeepCloneType
DimInspect
DragStat
DrawLeaderOrderType
DrawMLeaderOrderType
DrawType
DuplicateLinetypeLoading
EndCaps
EntSaveAsType
FilletTrimMode
FindFileHint
FlowDirection
GeomType
GetGripPointsFlags
GradientPatternType
GripContextFlags
GripFlags
GripStat
GripStatus
GsBitmapDeviceFlags
HatchEdgeType
HatchLoopType
HatchObjectType
HatchPatternType
HatchPatternTypeClosure
HatchStyle
IndexingModeFlags
JoinStyle
LayerAdskType
LeaderDirectionType
LeaderLineOverrideType
LeaderType
LoftNormalsType
LoftParamType
MoveGripPointsFlags
MoveType
OdSDIValues
OsnapMask
Planarity
PointType
Poly2dType
Poly3dType
ProdIdCode
PropertyOverrideType
ProxyImage
RemapFileContext
RotatedDimType
SegmentAngleType
SubentType
TextAlignmentType
TextAngleType
TextAttachmentDirection
TextAttachmentType
TextFileEncoding
TimeZone
Vertex2dType
VerticalApplicationMode
VerticalApplicationType
VisualStyleType
gsMarkType
transparencyMethod
App
Boolean
Double
EdgeArray
Int
ODCOLORREF
OdAbstractViewPE
OdArray
OdBaseDatabaseByResolver
OdBaseObjectPtr
OdCmColor
OdCmColorBase
OdCmEntityColor
OdCmTransparency
OdDb2LineAngularDimension
OdDb2dPolyline
OdDb2dVertex
OdDb3PointAngularDimension
OdDb3dPolyline
OdDb3dPolylineVertex
OdDb3dProfile
OdDb3dSolid
OdDb3dSolidPtrArray
OdDbAlignedDimension
OdDbArc
OdDbArcDimension
OdDbAttribute
OdDbAttributeCollectionView
OdDbAttributeDefinition
OdDbBaseFullSubentPath
OdDbBaseFullSubentPathArray
OdDbBaseHostAppServices
OdDbBlockBegin
OdDbBlockReference
OdDbBlockTable
OdDbBlockTableIterator
OdDbBlockTableRecord
OdDbBody
OdDbCircle
OdDbCurve
OdDbDatabase
OdDbDiametricDimension
OdDbDictionary
OdDbDictionaryIterator
OdDbDimAssoc
OdDbDimDataPtrArray
OdDbDimension
OdDbDimensionRecomputePE
OdDbEllipse
OdDbEntity
OdDbEntityCollectionView
OdDbEntityPtrArray
OdDbExtrudedSurface
OdDbFace
OdDbFaceRecord
OdDbGripData
OdDbGripDataArray
OdDbGripDataPtrArray
OdDbGroup
OdDbGroupIterator
OdDbHandle
OdDbHatch
OdDbIdBuffer
OdDbIdBufferIterator
OdDbIdCollectionView
OdDbIdMapping
OdDbIdMappingIter
OdDbIdPair
OdDbLayerTable
OdDbLayerTableRecord
OdDbLayout
OdDbLayoutManager
OdDbLayoutManagerReactor
OdDbLeader
OdDbLine
OdDbLinetypeTable
OdDbLinetypeTableIterator
OdDbLinetypeTableRecord
OdDbMInsertBlock
OdDbMLeader
OdDbMLeaderRecomputePE
OdDbMLeaderStyle
OdDbMText
OdDbMaterial
OdDbOsnapPointRef
OdDbPointRef
OdDbSubentId
OdDbVoidPtrArray
OdDbXrefFullSubentPath
OdHandleArray
OdMaterialFBXAssetXData
OdString
OdVector
Primitive
Services
odcmAcadDarkPalette
odcmAcadDynamicPalette
odcmAcadLightPalette
odcmAcadPalette
odcmAcadPlotPalette
odcmLookupACI
odcmLookupRGB
BooleanType
ClearColor
ClipCondition
ClipError
ConnectionSide
Convert2dPlane
DefaultLightingType
DictIterType
DrawableDescFlags
DrawableType
DuplicateRecordCloning
DwgVersion
EMetafilePlayMode
EdgeExtensionType
EntityId
ErrorCondition
ExternalEntityKind
FileAccessMode
FileCreationDisposition
FileShareMode
FilerSeekType
Intersect
IntersectionStatus
InvalidationHint
LineSpacingStyle
LineWeight
LoopType
MTSupport
MaintReleaseVer
MaxFlag
MeasurementValue
MinFlag
Mode
MultiThreadedMode
NullFlag
NurbSurfaceProperties
OdGeIntersectError
OdGeIslandStyle
OdGeKnotParameterization
OdGeXConfig
OdMessage
OdResult
OdRxObjMod
OffsetCrvExtType
OpenMode
Ordering
OsnapMode
OverrulingType
OwnershipFlag
PlotPaperUnits
PlotRotation
PlotStyleNameType
PlotType
PointContainment
PolyMeshType
Projection
ReferenceType
RenderMode
RenderType
SaveType
SegType
SetAttributesFlags
ShadePlotResLevel
ShadePlotType
SplineType
StandardScaleType
StdScaleType
SubentSelectionMode
TableBreakFlowDirection
TableBreakOption
TableHitItem
TableStyleOverrides
TextHorzMode
TextVertMode
UnitsValue
ValueType
Vertex3dType
ViewUpdateFlags
ViewportFlags
Visibility
csiConfig
ssiConfig
ssiType
ExHostAppServices
HandlePairsArray
OdBinaryData
OdBitBinaryData
OdDbFullSubentPath
OdDbFullSubentPathArray
OdDbHardOwnershipId
OdDbHardPointerId
OdDbNurbSurfacePtrArray
OdDbObject
OdDbObjectId
OdDbObjectIdArray
OdDbObjectIterator
OdDbOrdinateDimension
OdDbParametrizedSF
OdDbPlaneSurface
OdDbPlotSettings
OdDbPoint
OdDbPolyFaceMesh
OdDbPolyFaceMeshVertex
OdDbPolygonMesh
OdDbPolygonMeshVertex
OdDbPolyline
OdDbRadialDimension
OdDbRadialDimensionLarge
OdDbRay
OdDbRecordCollectionView
OdDbRecordIdCollectionView
OdDbRegion
OdDbRotatedDimension
OdDbSelectionFilter
OdDbSelectionMethod
OdDbSelectionSet
OdDbSelectionSetIterator
OdDbShape
OdDbSoftOwnershipId
OdDbSoftPointerId
OdDbSolid
OdDbSortentsTable
OdDbSpline
OdDbSplinePE
OdDbSubDMesh
OdDbSurface
OdDbSymbolTable
OdDbSymbolTableIterator
OdDbSymbolTableRecord
OdDbTable
OdDbText
OdDbTextStyleTable
OdDbTextStyleTableRecord
OdDbVertex
OdDbViewport
OdDbViewportTableRecord
OdDbVisualSelection
OdDbXRefMan
OdDbXRefManExt
OdDbXrecord
OdDbXrecordIterator
OdError_DuplicateRecordName
OdError_GeNotImplemted
OdError_InvalidResBuf
OdError_XdataSizeExceeded
OdGeAugPolyline3d
OdGeBoundBlock2d
OdGeBoundBlock3d
OdGeBoundedPlane
OdGeCircArc2d
OdGeCircArc3d
OdGeClipBoundary2d
OdGeCompositeCurve2d
OdGeCompositeCurve3d
OdGeCone
OdGeCubicSplineCurve2d
OdGeCubicSplineCurve3d
OdGeCurve2d
OdGeCurve2dArray
OdGeCurve2dPtrArray
OdGeCurve3d
OdGeCurve3dArray
OdGeCurve3dPtrArray
OdGeCurveBoundary
OdGeCurveCurveInt2d
OdGeCurveCurveInt3d
OdGeCurveSurfInt
OdGeCylinder
OdGeDoubleArray
OdGeEllipArc2d
OdGeEllipArc3d
OdGeEllipCone
OdGeEllipCylinder
OdGeEntity2d
OdGeEntity3d
OdGeExtents2d
OdGeExtents3d
OdGeExternalBoundedSurface
OdGeExternalCurve2d
OdGeExternalCurve3d
OdGeExternalSurface
OdGeIntArray
OdGeInterval
OdGeIntervalArray
OdGeKnotVector
OdGeLibVersion
OdGeLine2d
OdGeLine3d
OdGeLineSeg2d
OdGeLineSeg2dArray
OdGeLineSeg3d
OdGeLinearEnt2d
OdGeLinearEnt3d
OdGeLoopCtx
OdGeMatrix2d
OdGeMatrix2dArray
OdGeMatrix3d
OdGeMatrix3dArray
OdGeNurbCurve2d
OdGeNurbCurve3d
OdGeNurbSurface
OdGeOffsetCurve2d
OdGeOffsetCurve3d
OdGeOffsetSurface
OdGePlanarEnt
OdGePlane
OdGePoint2d
OdGePoint2dArray
OdGePoint3d
OdGePoint3dArray
OdGePointEnt3d
OdGePointOnCurve2d
OdGePointOnCurve3d
OdGePointOnSurface
OdGePolyline2d
OdGePolyline3d
OdGePosition2d
OdGePosition3d
OdGeQuaternion
OdGeRay2d
OdGeRay3d
OdGeRevolvedSurface
OdGeRuled
OdGeScale3d
OdGeSegmentChain2d
OdGeShell
OdGeSphere
OdGeSplineEnt2d
OdGeSplineEnt3d
OdGeSpunSurf
OdGeSurfSurfInt
OdGeSurface
OdGeSurfaceCurve2dTo3d
OdGeSurfacePtrArray
OdGeTol
OdGeTorus
OdGeVector2d
OdGeVector2dArray
OdGeVector3d
OdGeVector3dArray
OdGeVoidPointerArray
OdGiDrawable
OdGiDrawableOverrule
OdGsCache
OdGsDCPoint
OdGsDCPointArray
OdGsDCRect
OdGsDCRectDouble
OdGsDevice
OdGsModel
OdGsModelArray
OdGsModelReactor
OdGsModule
OdGsReactor
OdGsSelectionReactor
OdGsView
OdHardOwnIdArray
OdHardPtrIdArray
OdHatchPatternLine
OdResBuf
OdRxClass
OdRxIterator
OdRxModule
OdRxObject
OdRxObjectPtr
OdRxObjectPtrArray
OdSelectionSet
OdSelectionSetIterator
OdSoftOwnIdArray
OdSoftPtrIdArray
OdStreamBuf
OdTypedIdsArray
RText
VectorDerivArray
HEAP8
HpTrc
TOTAL_MEMORY
_FS
canvas
ctx
noImageDecoding
openUrl
postRun
preRun
loadWasmError
monitorRunDependencies
onAbort
printErr
setStatus
"
"
See
https://docs.opendesign.com/tkernel_api_cpp//OdGeSurfaceCurve2dTo3d.html Additional documentation.