PointCloudVisualCreateWedgeSurface(Document, Int32, Color, Double, Double, Double, Double) Method |
Create a wedge 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 CreateWedgeSurface(
Document doc,
int numPoints,
Color[] colors,
double angle,
double length,
double height,
double width
)
Parameters
- doc Document
- Document to create the point cloud visual in.
- numPoints Int32
- Number of points to create on the box.
- colors Color
- Colors of the points to create on the box.
- angle Double
- The angle of the wedge from the bottom to the top right in the X/Y plane. 90 degrees is vertical.
- length Double
- The length of the wedge.
- height Double
- The height of the wedge.
- width Double
- The width of the wedge.
Return Value
PointCloudVisualNew point cloud visual containing the points on the requested wedge surface.
See Also