GcGeExternalBoundedSurface

class pygcad.pygrx.GcGeExternalBoundedSurface

Bases: GcGeSurface

Methods Summary

assign(self, para)

C++: GcGeExternalBoundedSurface::operator=(const class GcGeExternalBoundedSurface &) --> class GcGeExternalBoundedSurface &

externalSurfaceKind(self)

C++: GcGeExternalBoundedSurface::externalSurfaceKind() const --> enum GcGe::ExternalEntityKind

isCone(self)

C++: GcGeExternalBoundedSurface::isCone() const --> bool

isCylinder(self)

C++: GcGeExternalBoundedSurface::isCylinder() const --> bool

isDefined(self)

C++: GcGeExternalBoundedSurface::isDefined() const --> bool

isExternalSurface(self)

C++: GcGeExternalBoundedSurface::isExternalSurface() const --> bool

isNurbs(self)

C++: GcGeExternalBoundedSurface::isNurbs() const --> bool

isOwnerOfSurface(self)

C++: GcGeExternalBoundedSurface::isOwnerOfSurface() const --> bool

isPlane(self)

C++: GcGeExternalBoundedSurface::isPlane() const --> bool

isSphere(self)

C++: GcGeExternalBoundedSurface::isSphere() const --> bool

isTorus(self)

C++: GcGeExternalBoundedSurface::isTorus() const --> bool

numContours(self)

C++: GcGeExternalBoundedSurface::numContours() const --> int

set(*args, **kwargs)

Overloaded function.

setToOwnSurface(self)

C++: GcGeExternalBoundedSurface::setToOwnSurface() --> class GcGeExternalBoundedSurface &

Methods Documentation

assign(self: pygcad.pygrx.GcGeExternalBoundedSurface, para: pygcad.pygrx.GcGeExternalBoundedSurface) pygcad.pygrx.GcGeExternalBoundedSurface

C++: GcGeExternalBoundedSurface::operator=(const class GcGeExternalBoundedSurface &) –> class GcGeExternalBoundedSurface &

externalSurfaceKind(self: pygcad.pygrx.GcGeExternalBoundedSurface) GcGe::ExternalEntityKind

C++: GcGeExternalBoundedSurface::externalSurfaceKind() const –> enum GcGe::ExternalEntityKind

isCone(self: pygcad.pygrx.GcGeExternalBoundedSurface) bool

C++: GcGeExternalBoundedSurface::isCone() const –> bool

isCylinder(self: pygcad.pygrx.GcGeExternalBoundedSurface) bool

C++: GcGeExternalBoundedSurface::isCylinder() const –> bool

isDefined(self: pygcad.pygrx.GcGeExternalBoundedSurface) bool

C++: GcGeExternalBoundedSurface::isDefined() const –> bool

isExternalSurface(self: pygcad.pygrx.GcGeExternalBoundedSurface) bool

C++: GcGeExternalBoundedSurface::isExternalSurface() const –> bool

isNurbs(self: pygcad.pygrx.GcGeExternalBoundedSurface) bool

C++: GcGeExternalBoundedSurface::isNurbs() const –> bool

isOwnerOfSurface(self: pygcad.pygrx.GcGeExternalBoundedSurface) bool

C++: GcGeExternalBoundedSurface::isOwnerOfSurface() const –> bool

isPlane(self: pygcad.pygrx.GcGeExternalBoundedSurface) bool

C++: GcGeExternalBoundedSurface::isPlane() const –> bool

isSphere(self: pygcad.pygrx.GcGeExternalBoundedSurface) bool

C++: GcGeExternalBoundedSurface::isSphere() const –> bool

isTorus(self: pygcad.pygrx.GcGeExternalBoundedSurface) bool

C++: GcGeExternalBoundedSurface::isTorus() const –> bool

numContours(self: pygcad.pygrx.GcGeExternalBoundedSurface) int

C++: GcGeExternalBoundedSurface::numContours() const –> int

set(*args, **kwargs)

Overloaded function.

  1. set(self: pygcad.pygrx.GcGeExternalBoundedSurface, surfaceDef: capsule, surfaceKind: GcGe::ExternalEntityKind) -> pygcad.pygrx.GcGeExternalBoundedSurface

  2. set(self: pygcad.pygrx.GcGeExternalBoundedSurface, surfaceDef: capsule, surfaceKind: GcGe::ExternalEntityKind, makeCopy: bool) -> pygcad.pygrx.GcGeExternalBoundedSurface

C++: GcGeExternalBoundedSurface::set(void *, enum GcGe::ExternalEntityKind, bool) –> class GcGeExternalBoundedSurface &

setToOwnSurface(self: pygcad.pygrx.GcGeExternalBoundedSurface) pygcad.pygrx.GcGeExternalBoundedSurface

C++: GcGeExternalBoundedSurface::setToOwnSurface() –> class GcGeExternalBoundedSurface &