fuget.org
DynamoVisualProgramming.ZeroTouchLibrary
by Autodesk
3.0.0-beta6764
Toggle Dropdown
API Diff
with 2.13.0-beta2845
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.13.0-beta2845
70
Additions
0
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
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
Solid
SweepAsSolid
(
Curve
path
,
bool
cutEndOff
=
false
)
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
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
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
Quantity
public
string
Name
{
get
; }
public
string
TypeId
{
get
; }
public
IEnumerable
<
Unit
>
Units
{
get
; }
public
static
Quantity
ByTypeID
(
string
typeId
)
public
static
bool
op_Equality
(
Quantity
lhs
,
Quantity
rhs
)
public
static
bool
op_Inequality
(
Quantity
lhs
,
Quantity
rhs
)
public
class
Symbol
public
bool
Space
{
get
; }
public
string
Text
{
get
; }
public
string
TypeId
{
get
; }
public
Unit
Unit
{
get
; }
public
static
Symbol
ByTypeID
(
string
typeId
)
public
static
bool
op_Equality
(
Symbol
lhs
,
Symbol
rhs
)
public
static
bool
op_Inequality
(
Symbol
lhs
,
Symbol
rhs
)
public
static
string
StringifyDecimal
(
double
value
,
int
precision
,
Symbol
symbol
,
bool
removeTrailingZeros
=
false
)
public
static
string
StringifyFraction
(
double
value
,
int
precision
,
Symbol
symbol
)
public
static
IEnumerable
<
Symbol
>
SymbolsByUnit
(
Unit
unit
)
public
class
Unit
public
IEnumerable
<
Unit
>
ConvertibleUnits
{
get
; }
public
string
Name
{
get
; }
public
IEnumerable
<
Quantity
>
QuantitiesContainingUnit
{
get
; }
public
string
TypeId
{
get
; }
public
static
bool
AreUnitsConvertible
(
Unit
fromUnit
,
Unit
toUnit
)
public
static
Unit
ByTypeID
(
string
typeId
)
public
static
bool
op_Equality
(
Unit
lhs
,
Unit
rhs
)
public
static
bool
op_Inequality
(
Unit
lhs
,
Unit
rhs
)
public
static
class
Utilities
public
static
string
SchemaDirectory
{
get
; }
public
static
double
ConvertByUnitIds
(
double
value
,
string
fromUnit
,
string
toUnit
)
public
static
double
ConvertByUnits
(
double
value
,
Unit
fromUnit
,
Unit
toUnit
)
public
static
IEnumerable
<
Quantity
>
GetAllQuantities
()
public
static
IEnumerable
<
Symbol
>
GetAllSymbols
()
public
static
IEnumerable
<
Unit
>
GetAllUnits
()
public
static
double
ParseExpression
(
string
expression
)
public
static
double
ParseExpressionByUnit
(
Unit
targetUnit
,
string
expression
)
public
static
double
ParseExpressionByUnitId
(
string
targetUnit
,
string
expression
)