distance to shape

distance to shape

distance to shape receives any 3D field into its input port and outputs the same field with an additional data component. Using plume shell, you can cut structures with either a cylinder or rotated rectangle. The cutting action is z invariant (like a cookie cutter). Depending on the resolution of the input field, rectangles may not have sharp corners. With rectilinear fields (and non-rotated rectangles), the threshold module can replace plume shell to produce sharp corners (by removing whole cells). plume can be used to output 3D fields for additional filtering or mapping.

Ports

DirectionNameTypeDescription
InputInput FieldFieldThe field to add the shape data to.
InputZ ScaleNumberThe factor for vertical scaling.
OutputOutput FieldFieldThe field with added shape data.

Properties

PropertyTypeDescription
Allow RunBooleanThis toggle can prevent the module from running. Allowing the user to make changes to large data sets without waiting for updates.
ExecuteButtonThis button will force the module to run even if the Allow Run toggle has been turned off. This allows the user to make a number of changes before updating.
Z ScaleDoubleThe Z Scale is the vertical scale that has been applied to the input. This is used for determining default extents.

Shape Settings

PropertyTypeDescription
Shape TypeChoice: Cylindrical, RectangularThe Shape Type allows the user to select the type of shape to generate data from.
X CenterDoubleThe X Center is the x center of the shape to be generated.
Y CenterDoubleThe Y Center is the y center of the shape to be generated.
Z CenterDoubleThe Z Center is the z center of the shape to be generated.
Z HeightDoubleThe height of the shape to be generated can be set using this control.
Cylinder RadiusDoubleIf Shape Type is set to Cylindrical the radius of the cylinder can be set using this control.
X WidthDoubleIf Shape Type is set to Rectangular the width of the rectangle can be set using this control.
Y LengthDoubleIf Shape Type is set to Rectangular the length of the rectangle can be set using this control.
Rectangular RotationDoubleIf Shape Type is set to Rectangular the rotation about the center of the rectangle can be set using this control.