Keypoints#

class pynumad.objects.keypoints.KeyPoints#

Bases: object

Keypoints class

key_labels#

list of key label names

Type:

list

key_points#

keypoints in xyz geometry

Type:

array

key_arcs#

surface arclength distance of keypoints from LE

Type:

array

key_chordpos#

chordwise position of keypoints

Type:

array

key_areas#

surface area of regions created by keypoints

Type:

array

le_bond#
Type:

array

te_bond#
Type:

array

web_indices#
Type:

list

web_points#
Type:

list

web_arcs#
Type:

list

web_cpos#
Type:

list

web_areas#
Type:

list

web_width#
Type:

list

web_bonds#
Type:

list

generate(definition: Definition, geometry: Geometry)#

This method generates the keypoints (a,b,c,…) which define the blade regions given by a definition and geometry object.

Parameters:
Returns:

Self