This reference page is linked to from the following overview
topics: Lesson 1:
Sample utility plug-in, Class
Descriptors, Building
Action Tables, Indicating
Required Input Object Types, Converting
Objects to Compatible Types, Guidelines
for Handling Character Strings, Creating a
Rollup Page using Custom Controls, Parameter
Editing on the Command Panel, Primitive
Pipeline Objects, MAXScript
Plug-in Basics, Adding the
Roll-up to the Command Panel, Required
DLL Functions.
#include "coreexp.h"
#include "maxheap.h"
#include "maxtypes.h"
#include "mouseman.h"
#include "bitarray.h"
#include "maxapi.h"
#include "objmode.h"
#include "object.h"
#include "istdplug.h"
#include "sbmtlapi.h"
#include "patch.h"
Define Documentation
#define
DEF_PICKBOX_SIZE 4 |
#define CID_EP_BIND CID_USER +
203 |
#define
CID_EP_EXTRUDE CID_USER + 204 |
#define CID_EP_BEVEL CID_USER
+ 205 |
#define
CID_EP_NORMAL_FLIP CID_USER + 206 |
#define
CID_CREATE_VERT CID_USER + 207 |
#define
CID_CREATE_PATCH CID_USER + 208 |
#define CID_VERT_WELD CID_USER
+ 209 |
#define
CID_COPY_TANGENT CID_USER + 210 |
#define
CID_PASTE_TANGENT CID_USER + 211 |
#define
EP_DISP_RESULT 0x0100 |
#define
EP_MASTER_CONTROL_REF 0 |
#define
EP_VERT_BASE_REF 1 |
#define
ID_PATCH_MENU 1333 |
Function Documentation
CoreExport ClassDesc* GetPatchObjDescriptor |
( |
|
) |
|
Variable Documentation