IPolySurfaceEntity
public interface IPolySurfaceEntity : ISurfaceEntity, ITopologyEntity, IGeometryEntity, IDesignScriptEntity, IDisposable, ITransformableEntity
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
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
int SurfaceCount()
number of surfaces of Polysurface
Return new Surfaces representing the underlying Surfaces.
Compute 2d cell boundaries which are not connected to other Surfaces
int VertexCount()
number of vertices of Polysurface