Synopsis

PDX_MSGT licr_PlaneDef(long option, int model, double root_point[3], double normal[3], MDA_PTR *plane_ptr)

Purpose

Create an ACIS_PLANE_DEF

Description

This module will create a ACIS_PLANE_DEF in the ACIS model. This module will set the ACIS_PLANE_DEF fields to the input parameters provided. Refer to the ACIS Programmers Manual for the definition of the parameters for the entity.

Input

option

Options (not used)

model

MDA ACIS model

root_point

X,Y,Z component of the root for the ACIS_PLANE_DEF

normal

X,Y,Z component of the normal vector for the ACIS_PLANE_DEF

Output

plane_ptr

Pointer to a MDA_PTR to store the new ACIS_PLANE_DEF.

Return

      LICR_NOERR
      Low level error return
      .fi