Class: PolyData¶
Representation of a polydata, 3D geometric data for rendering that represents a collection of points, lines, polygons, and/or triangle strips.
URI: wasm:PolyData
Parents¶
is_a: InterfaceType - An interface type is a higher-level type that represents the structure of data that can be passed between WebAssembly modules and the host environment.
Attributes¶
Own¶
➞name 1..1
Description: Name of the polydata.
Range: String
➞numberOfPoints 1..1
Description: Number of points in the polydata.
Range: Integer
➞points 0..1
Description: Spatial coordinates of the points. Binary data with float32 components.
Range: BinaryData
➞linesBufferSize 1..1
Description: Size of the lines buffer.
Range: Integer
➞lines 0..1
Description: Connectivity of the lines. Binary data with int32 components.
Range: BinaryData
➞polygonsBufferSize 1..1
Description: Size of the polygons buffer.
Range: Integer
➞polygons 0..1
Description: Connectivity of the polygons. Binary data with int32 components.
Range: BinaryData
➞numberOfPointPixels 1..1
Description: Number of point data attributes.
Range: Integer
➞pointData 0..1
Description: Point data attributes.
Range: BinaryData
➞numberOfCellPixels 1..1
Description: Number of cell data attributes.
Range: Integer
➞cellData 0..1
Description: Cell data attributes.
Range: BinaryData
Other properties¶
Mappings: |
wasm:PolyData |