fuget.org
DynamoVisualProgramming.ZeroTouchLibrary
by Autodesk
2.15.2.6417
Toggle Dropdown
API Diff
with 2.16.3.8596
Toggle Dropdown
DynamoVisualProgramming.ZeroTouchLibrary.2.15.2.6417.nupkg
nuget.org
github.com
Apache License 2
<
PackageReference
Include
=
"DynamoVisualProgramming.ZeroTouchLibrary"
Version
=
"2.15.2.6417"
/>
Frameworks
net48
Dependencies
DynamoVisualProgramming.DynamoServices 2.15.2.6417
API Diff between 2.15.2.6417 and 2.16.3.8596
0
Additions
16
Removals
Autodesk.DesignScript.Geometry
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
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
,
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
Geometry
Repair
()
public
class
Surface
:
Topology
public
Geometry
Repair
()
public
Surface
TrimWithEdgeLoops
(
IEnumerable
<
PolyCurve
>
loops
,
double
tolerance
=
0
)
Autodesk.DesignScript.Geometry.TSpline
public
class
TSplineSurface
:
TSplineTopology
public
Geometry
Repair
()