DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="0.9.1" />

 IPolySurfaceEntity

IPolySurfaceEntity Chamfer(IEdgeEntity[] edges, double offset)

Chamfers a PolySurface along input Edges with a given offset from the edge corner.

int EdgeCount()

number of edges of Polysurface

Extract Solids from Polysurface defined by subset of surfaces

IPolySurfaceEntity Fillet(IEdgeEntity[] edges, double radius)

Fillets a PolySurface along input Edges with a given radius.

Locate Surfaces by Line. Takes all surfaces hit by line.

Locate Surfaces by point. Takes first intersection in forward direction. Returns one surface if hit surface interior, two if hit edge interior, and many if hit vertex

number of surfaces of Polysurface

Return new Surfaces representing the underlying Surfaces.

Compute 2d cell boundaries which are not connected to other Surfaces

number of vertices of Polysurface