OpenCascade.TopoDS.Types
data Shape Source #
Defined in OpenCascade.TopoDS.Types
Methods
downcast :: Ptr Shape -> IO (Maybe (Ptr CompSolid)) Source #
downcast :: Ptr Shape -> IO (Maybe (Ptr Compound)) Source #
downcast :: Ptr Shape -> IO (Maybe (Ptr Edge)) Source #
downcast :: Ptr Shape -> IO (Maybe (Ptr Face)) Source #
downcast :: Ptr Shape -> IO (Maybe (Ptr Shell)) Source #
downcast :: Ptr Shape -> IO (Maybe (Ptr Solid)) Source #
downcast :: Ptr Shape -> IO (Maybe (Ptr Vertex)) Source #
downcast :: Ptr Shape -> IO (Maybe (Ptr Wire)) Source #
upcast :: Ptr CompSolid -> Ptr Shape Source #
upcast :: Ptr Compound -> Ptr Shape Source #
upcast :: Ptr Edge -> Ptr Shape Source #
upcast :: Ptr Face -> Ptr Shape Source #
upcast :: Ptr Shell -> Ptr Shape Source #
upcast :: Ptr Solid -> Ptr Shape Source #
upcast :: Ptr Vertex -> Ptr Shape Source #
upcast :: Ptr Wire -> Ptr Shape Source #
data CompSolid Source #
data Compound Source #
data Edge Source #
data Face Source #
data Shell Source #
data Solid Source #
data Vertex Source #
data Wire Source #
data Builder Source #