AnyCAD Rapid API 2023
Help you to create a better world!
PlaneCutFeature Class Reference
Inheritance diagram for PlaneCutFeature:
FeatureElement ShapeInstance ShapeElement DrawableElement Element AObject

Public Member Functions

ClassId GetClassId ()
 
GAx3 GetWorldCoordinate ()
 
boolean SetWorldCoordinate (GAx3 val)
 
GAx2 GetLocalCoordinate ()
 
boolean SetLocalCoordinate (GAx2 val)
 
void SetPlaneLocation (GPnt position)
 
GPnt GetPlaneLocation ()
 
void SetPlaneYawPitchRoll (GXYZ value)
 
GXYZ GetPlaneYawPitchRoll ()
 
- Public Member Functions inherited from FeatureElement
ElementIdList GetInputIds ()
 
boolean SetInputIds (ElementIdList val)
 
- Public Member Functions inherited from ShapeInstance
GTrsf GetTransform ()
 
boolean SetTransform (GTrsf val)
 
void SetLocation (GXYZ position)
 
GXYZ GetLocation ()
 
void SetYawPitchRoll (GXYZ value)
 
GXYZ GetYawPitchRoll ()
 
void RegenBoundingBox ()
 
boolean RegenGraphics ()
 
- Public Member Functions inherited from ShapeElement
ElementId GetMaterialId ()
 
boolean SetMaterialId (ElementId val)
 
TopoShape GetShape ()
 
boolean SetShape (TopoShape val)
 
double GetDeflection ()
 
boolean SetDeflection (double val)
 
void SetFaceColor (long faceId, Vector3 color)
 
void ClearFaceColor (long faceId)
 
- Public Member Functions inherited from DrawableElement
ElementId GetReferencePlane ()
 
boolean SetReferencePlane (ElementId val)
 
long GetState ()
 
boolean SetState (long val)
 
long GetDisplayFilter ()
 
boolean SetDisplayFilter (long val)
 
AxisAlignedBox GetWorldBBox ()
 
void SetVisible (boolean bVisible)
 
boolean GetVisible ()
 
void SetPickable (boolean bPickable)
 
boolean GetPickable ()
 
TopoShape GetFinalShape ()
 
SceneNode ToNode ()
 
- Public Member Functions inherited from Element
ElementId GetId ()
 
void SetId (ElementId val)
 
long GetUserId ()
 
boolean SetUserId (long val)
 
String GetName ()
 
boolean SetName (String val)
 
String GetSchemaName ()
 
boolean SetSchemaName (String val)
 
ParameterDict GetParameterDict ()
 
boolean AddParameter (String name, ParameterValue val)
 
void SetParameter (String name, ParameterValue val)
 
void RemoveParameter (String name)
 
ParameterIterator CreateParameterIterator ()
 
ParameterValue FindParameter (String name)
 
- Public Member Functions inherited from AObject
boolean IsEqual (AObject other)
 

Static Public Member Functions

static PlaneCutFeature Cast (AObject obj)
 
static ClassId GetStaticClassId ()
 

Detailed Description

Member Function Documentation

◆ Cast()

static PlaneCutFeature PlaneCutFeature.Cast ( AObject  obj)
static

Reimplemented from FeatureElement.

◆ GetClassId()

ClassId PlaneCutFeature.GetClassId ( )

Reimplemented from FeatureElement.

◆ GetStaticClassId()

static ClassId PlaneCutFeature.GetStaticClassId ( )
static

Reimplemented from FeatureElement.