fuget.org
DynamoVisualProgramming.ZeroTouchLibrary
by Autodesk
3.0.0-beta6764
Toggle Dropdown
API Diff
with 2.15.0-beta5035
Toggle Dropdown
DynamoVisualProgramming.ZeroTouchLibrary.3.0.0-beta6764.nupkg
nuget.org
github.com
Apache License 2
<
PackageReference
Include
=
"DynamoVisualProgramming.ZeroTouchLibrary"
Version
=
"3.0.0-beta6764"
/>
Frameworks
net6.0
Dependencies
DynamoVisualProgramming.DynamoServices 3.0.0-beta6764
API Diff between 3.0.0-beta6764 and 2.15.0-beta5035
29
Additions
1
Removals
Autodesk.DesignScript.Geometry
public
class
BoundingBox
:
DesignScriptEntity
public
static
BoundingBox
ByMinimumVolume
(
IEnumerable
<
Geometry
>
geom
)
public
static
BoundingBox
FromJson
(
string
json
)
public
string
ToJson
()
public
class
CoordinateSystem
:
DesignScriptEntity
public
static
CoordinateSystem
FromJson
(
string
json
)
public
string
ToJson
()
public
class
Curve
:
Geometry
public
Vector
NormalAtParameter
(
double
param
=
0
,
bool
side
=
false
)
public
Curve
[]
OffsetMany
(
double
signedDistance
,
Vector
planeNormal
)
public
abstract
class
DesignScriptEntity
:
IDisposable
,
IGraphicItem
,
IInstanceableGraphicItem
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
FromJson
(
string
json
)
public
static
Geometry
[]
ImportFromSAT
(
FileInfo
file
,
double
mmPerUnit
)
public
static
Geometry
[]
ImportFromSAT
(
string
filePath
,
double
mmPerUnit
)
public
string
ToJson
()
public
class
Mesh
:
DesignScriptEntity
public
static
Mesh
FromJson
(
string
json
)
public
string
ToJson
()
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
NurbsSurface
ToNurbsSurface
(
bool
limitSurface
=
true
)
public
Surface
TrimWithEdgeLoops
(
IEnumerable
<
PolyCurve
>
loops
,
double
tolerance
=
0
)
public
class
Vector
:
DesignScriptEntity
public
static
Vector
FromJson
(
string
json
)
public
string
ToJson
()
Autodesk.DesignScript.Geometry.TSpline
public
class
TSplineSurface
:
TSplineTopology
public
Geometry
Repair
()
DynamoUnits
public
class
Display