org.jcae.opencascade.jni
Class BRepGProp

java.lang.Object
  extended by org.jcae.opencascade.jni.BRepGProp

public class BRepGProp
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  BRepGProp()
           
protected BRepGProp(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(BRepGProp obj)
           
static void linearProperties(TopoDS_Shape shape, GProp_GProps properties)
           
static void surfaceProperties(TopoDS_Shape shape, GProp_GProps properties)
           
static void volumeProperties(TopoDS_Shape shape, GProp_GProps properties)
           
static void volumeProperties(TopoDS_Shape shape, GProp_GProps properties, boolean onlyClosed)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

BRepGProp

protected BRepGProp(long cPtr,
                    boolean cMemoryOwn)

BRepGProp

public BRepGProp()
Method Detail

getCPtr

protected static long getCPtr(BRepGProp obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

linearProperties

public static void linearProperties(TopoDS_Shape shape,
                                    GProp_GProps properties)

volumeProperties

public static void volumeProperties(TopoDS_Shape shape,
                                    GProp_GProps properties,
                                    boolean onlyClosed)

volumeProperties

public static void volumeProperties(TopoDS_Shape shape,
                                    GProp_GProps properties)

surfaceProperties

public static void surfaceProperties(TopoDS_Shape shape,
                                     GProp_GProps properties)