Bond-Filters
Rectangular Plane
For a recangular plane following parameters needs to be defined:
Normal X/Y/Z: Numeric values representing normal components. (Float64 or Int64)
Lower Left Corner X/Y/Z: Numeric values representing lower left corner components. (Float64 or Int64)
Bottom Unit Vector X/Y/Z: Numeric values representing bottom unit vector components. (Float64 or Int64)
Bottom Length: Numeric value representing the bottom length. (Float64 or Int64)
Side Length: Numeric value representing the side length. (Float64 or Int64)
Disk
For a disk following parameters needs to be defined:
Normal X/Y/Z: Numeric values representing normal components. (Float64 or Int64)
Center X/Y/Z: Numeric values representing center components. (Float64 or Int64)
Radius: Numeric value representing the radius. (Float64 or Int64)