Skip to content

Commit dc80d8d

Browse files
authored
Merge branch 'master' into calculate-node-normals
2 parents ad566d3 + cde1f51 commit dc80d8d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: GenerateNodeNormals
3+
category: moduledocs
4+
module:
5+
category: ChangeFieldData
6+
package: SCIRun
7+
tags: module
8+
---
9+
10+
# {{ page.title }}
11+
12+
## Category
13+
14+
**{{ page.module.category }}**
15+
16+
## Description
17+
18+
### Summary
19+
20+
Make a new vector field that points to the input point
21+
22+
**Detailed Description**
23+
24+
This creates a new vector field containing the same geometry and data location as the input field. It works in two modes. If the input PointCloudField contains only one point, all of the vectors in the output field will be attracted to that input point. If the input PointCloudField contains two or more points, the first two points will be used as a line and all the vectors in the output field will be attracted to that line. If the input field contains scalar values, the vectors in the output field will be scaled by those values. Otherwise they will all be normalized.
25+
26+
{% capture url %}{% include url.md %}{% endcapture %}
27+
{{ url }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../_includes/modules/GenerateNodeNormals.md

0 commit comments

Comments
 (0)