in_plane#

profile.in_plane(p0: float, p1: float, p2: float, p3: float) int#

Specify the location of the orientation points for profile generation.

Three points define the plane in which the profile will be projected. The corresponding 4th point is generated and the center of these 4 points determines which direction the profile will projected in the plane.
Args:
p0:

‘point’ must be 1, 2, or 3 (indicating which point is being specified)

Examples:
#
#  Select existing profile part
#
ensight.part.select_begin(3)
ensight.part.modify_begin()
ensight.profile.in_plane(1,1.1977e+00,2.5928e+00,-9.6950e+00)
ensight.profile.in_plane(2,2.0198e+01,2.5928e+00,-9.6950e+00)
ensight.profile.in_plane(3,2.0198e+01,9.5655e+00,7.9793e+00)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error