Base Surface

About

  • Header File: io_dwg/description/Obasesurface.h
  • Description Category: Scene Objects. A ::BaseObject. See BaseObject Manual.
  • Included Description:

Parameters

Parameters are accessed with C4DAtom::GetParameter()/ C4DAtom::SetParameter(). See page_maxonapi_getting_started_foundations_cinema_parameters.


Parameter: Surface Type

  • Parameter ID: BASESURFACE_TYPE
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • Unknown (BASESURFACE_TYPE_UNKNOWN)
    • NURBS (BASESURFACE_TYPE_NURBS)
    • Polynomial (BASESURFACE_TYPE_POLYNOMIAL)
    • Plane (BASESURFACE_TYPE_PLANE)
    • Extrusion (BASESURFACE_TYPE_EXTRUDE)
    • Rotation (BASESURFACE_TYPE_ROTATE)

Parameter: Make NURBS


Parameter: Output

  • Parameter ID: BASESURFACE_OUTPUT
  • Parameter Type: maxon::Int32 (Basic Data Types)
  • Cycle Values:
    • Linear (BASESURFACE_OUTPUT_LINEAR)
    • B-Spline (BASESURFACE_OUTPUT_BSPLINE)
    • Subdivision Surface (BASESURFACE_OUTPUT_HYPERNURBS)
    • Basis-Convert (BASESURFACE_OUTPUT_CONVERT)

Parameter: Subdivisions U


Parameter: Subdivisions V


Parameter: Calculate Normals


Parameter: Swap Normals


Parameter: Enable


Parameter: Position U


Parameter: Position V