Point Set Reference

You define the different types of point sets through the point set dialogs.

Create Point Set from Table Dialog

Source Table

Specifies the table from which to extract the control point coordinates with respect to the laboratory coordinate system.

X Data

Associates each of these properties with their respective columns of coordinate data.

Y Data

Z Data

Create Point Set from Lattice Dialog

Origin

Specifies the origin of the three-dimensional lattice with respect to the laboratory coordinate system, in X, Y, Z coordinates.

Size

Specifies the width, length, and height of the lattice with respect to the origin. Define using dimensions in coordinate directions X, Y, and Z.

Rotation Axis

Specifies the axis of rotation in the laboratory coordinate system, in X, Y, and Z coordinates.

Rotation Angle

Specifies the angle by which to rotate the lattice around the Rotation Axis.

Number in X

For each direction, sets the number of controls points in the lattice in that direction.

Number in Y

Number in Z

Create Point Set along Line Dialog

Point 1

Defines X, Y, and Z coordinates of the line start point within the chosen Coordinate System.

Point 2

Defines X, Y, and Z coordinates of the line end point within the chosen Coordinate System.

Coordinate System

Selects the reference coordinate system in which the line start and end points are defined.

Number

The number of control points to create along the defined line.

Create Point Set from Part Dialog

Input Part

Specifies the input part relative to which a three-dimensional cloud of control points is created. The control points are created based on the vertices of that part surface.

Representation

Specifies from which representation the control points are extracted. Input Part can be represented with different meshes or triangulations, so you must specify the appropriate representation from which to extract the control points. The default representation works for most cases. If you create control points along part curves, you must specify a geometry representation to extract meaningful control points.

Target Control Point Spacing

The approximate distance by which the control points are separated from each other. Adjusts the density of the control point cloud.

Maximum Number of Points

Maximum number of control points to create in the control point region. If you specify a Target Control Point Spacing that yields too many points, a random mask is applied to the control points so that only the Maximum Number of Points is added to the newly created control point region.

Offset from Part Surface

When activated, control points are displaced from the part surface by the given distance.

Surface Offset

The distance by which the control points are displaced along the normal of the input part surface.

Create Point Set from Volume Part Dialog

Input Part

Specifies the volume defined underneath Geometry > Parts relative to which a three-dimensional cloud of control points is created. The control points are created randomly within the selected volume.

Representation

Specifies from which representation the control points are extracted. Input Part can be represented with different meshes or triangulations, so you must specify the appropriate representation from which to extract the control points. The default representation works for most cases. If you create control points along part curves, you must specify a geometry representation to extract meaningful control points.

Maximum Number of Points

Maximum number of control points to create in the selected volume.

Point Sets Physics Values

Motion Specification
Specifies the motion applied to the created point set.
  • Stationary

    The points stay undeformed with zero displacement.

  • Morphing

    The points obtain displacement specified by the morpher. This option activated the Physics Conditions node with its corresponding morphing displacement.

Point Sets Physics Conditions

Morpher Displacement Specification
Specifies one of the displacement methods applied to the created point set.
Specification Corresponding Physics Value Node
Total

Linear total displacement per time-step of the control points relative to the initial position at time zero. The target coordinates for the control points are computed as:

target_coordinate = saved_coordinate + total_displacement.

Morpher Total Linear Displacement

Displacement Value is specified as a vector profile with respect to Coordinate System.

Incremental

Linear displacement of the control points relative to the positions of the previous time-step or iteration. The target coordinates for the control points are computed as:

target_coordinate = current_coordinate + incremental_displacement.

Morpher Incremental Linear Displacement

Specified as a vector profile with respect to Coordinate System.

Target Position Here you define directly the target coordinates of the control points.
NoteIf you define the displacement or the target position through a Table(X,Y,Z), then the titles of the table columns must correspond to the coordinate system in which the table is applied:
  • X,Y,Z for Cartesian
  • r,theta,z for Cylindrical
  • r,theta,phi for Spherical