ICylinderEntity
public interface ICylinderEntity : IConeEntity, ISolidEntity, ITopologyEntity, IGeometryEntity, IDesignScriptEntity, IDisposable, ITransformableEntity
using Autodesk.DesignScript.Runtime;
using System;
namespace Autodesk.DesignScript.Interfaces
{
[ExportToProtoGeometryClass]
[SupressImportIntoVM]
public interface ICylinderEntity : IConeEntity, ISolidEntity, ITopologyEntity, IGeometryEntity, IDesignScriptEntity, IDisposable, ITransformableEntity
{
double Radius { get; }
}
}