PointCloudVisualCreateCylinderSurface(Document, Int32, Color, Double, Double, Double, Double) Method |
Create a cylinder surface point cloud visual parented to the scene of the given document.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static PointCloudVisual CreateCylinderSurface(
Document doc,
int numPoints,
Color color,
double radius,
double height,
double startAngle,
double angle
)
Parameters
- doc Document
- Document to create the point cloud visual in.
- numPoints Int32
- Number of points to create on the cylinder surface.
- color Color
- Color of the points to create on the cylinder surface.
- radius Double
- The radius of the cylinder in meters.
- height Double
- The height of the cylinder in meters
- startAngle Double
- The start angle of the cylinder segment in degrees.
- angle Double
- The angle of the cylinder segment in degrees
Return Value
PointCloudVisualNew point cloud visual containing the points on the requested cylinder.
See Also