fuget.org
DynamoVisualProgramming.ZeroTouchLibrary
by Autodesk
2.14.0-beta4253
Toggle Dropdown
API Diff
with 3.0.1-beta7346
Toggle Dropdown
DynamoVisualProgramming.ZeroTouchLibrary.2.14.0-beta4253.nupkg
nuget.org
github.com
Apache License 2
<
PackageReference
Include
=
"DynamoVisualProgramming.ZeroTouchLibrary"
Version
=
"2.14.0-beta4253"
/>
Frameworks
net48
Dependencies
DynamoVisualProgramming.DynamoServices 2.14.0-beta4253
API Diff between 2.14.0-beta4253 and 3.0.1-beta7346
7
Additions
29
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
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
public
enum
NumberFormat
public
static
int
Precision
{
get
; }
public
static
string
PrecisionFormat
{
get
;
set
; }
public
static
bool
RemoveTrailingZeros
{
get
;
set
; }
public
static
NumberFormat
UnitNumberFormat
{
get
;
set
; }
public
Display
()