fuget.org
DynamoVisualProgramming.ZeroTouchLibrary
by Autodesk
2.12.1.8246
Toggle Dropdown
API Diff
with 2.18.0-beta3734
Toggle Dropdown
DynamoVisualProgramming.ZeroTouchLibrary.2.12.1.8246.nupkg
nuget.org
github.com
Apache License 2
<
PackageReference
Include
=
"DynamoVisualProgramming.ZeroTouchLibrary"
Version
=
"2.12.1.8246"
/>
Frameworks
net48
Dependencies
DynamoVisualProgramming.DynamoServices 2.12.1.8246
API Diff between 2.12.1.8246 and 2.18.0-beta3734
0
Additions
28
Removals
Autodesk.DesignScript.Geometry
public
class
Application
:
IExtensionApplication
public
void
StartUp
(
ExtensionStartupParams
extParams
)
public
class
BoundingBox
:
DesignScriptEntity
public
static
BoundingBox
ByMinimumVolume
(
IEnumerable
<
Geometry
>
geom
)
public
class
Curve
:
Geometry
public
Vector
NormalAtParameter
(
double
param
=
0
,
bool
side
=
false
)
public
Curve
[]
OffsetMany
(
double
signedDistance
,
Vector
planeNormal
)
public
Solid
SweepAsSolid
(
Curve
path
,
bool
cutEndOff
=
false
)
public
abstract
class
DesignScriptEntity
:
IDisposable
,
IGraphicItem
public
Guid
BaseTessellationGuid
{
get
; }
public
bool
InstanceInfoAvailable
{
get
; }
public
abstract
class
Geometry
:
DesignScriptEntity
public
BoundingBox
OrientedBoundingBox
{
get
; }
public
static
Geometry
[]
DeserializeFromSAB
(
byte
[]
buffer
,
double
mmPerUnit
)
public
static
Geometry
[]
ImportFromSAT
(
FileInfo
file
,
double
mmPerUnit
)
public
static
Geometry
[]
ImportFromSAT
(
string
filePath
,
double
mmPerUnit
)
public
class
PolyCurve
:
Curve
public
Point
[]
Points
{
get
; }
public
static
PolyCurve
[]
ByGroupedCurves
(
IEnumerable
<
Curve
>
curves
,
double
joinTolerance
=
0.001
)
public
static
PolyCurve
[]
ByGroupedCurves
(
IEnumerable
<
Curve
>
curves
,
double
joinTolerance
=
0.001
,
bool
trimCurves
=
false
,
double
trimLength
=
0
)
public
static
PolyCurve
ByJoinedCurves
(
IEnumerable
<
Curve
>
curves
,
double
joinTolerance
=
0.001
,
bool
trimCurves
=
false
,
double
trimLength
=
0
)
public
PolyCurve
Heal
(
double
trimLength
=
0
)
public
Curve
[]
OffsetMany
(
double
signedDistance
,
bool
extendCircular
,
Vector
planeNormal
)
public
class
Solid
:
Topology
public
static
Solid
BySweep
(
Curve
profile
,
Curve
path
,
bool
cutEndOff
=
false
)
public
Geometry
Repair
()
public
class
Surface
:
Topology
public
static
Surface
BySweep
(
Curve
profile
,
Curve
path
,
bool
cutEndOff
=
false
)
public
Geometry
Repair
()
public
Surface
TrimWithEdgeLoops
(
IEnumerable
<
PolyCurve
>
loops
,
double
tolerance
=
0
)
Autodesk.DesignScript.Geometry.TSpline
public
class
TSplineSurface
:
TSplineTopology
public
Geometry
Repair
()
DynamoUnits
public
class
Display
public
class
Quantity
public
class
Symbol
public
class
Unit
public
static
class
Utilities