GcDbSectionSettings

class pygcad.pygrx.GcDbSectionSettings

Bases: GcDbObject

Attributes Summary

k2dSection

k3dSection

kBackgroundGeometry

kCurveTangencyLines

kDestinationFile

kDestinationNewBlock

kDestinationReplaceBlock

kForegroundGeometry

kIntersectionBoundary

kIntersectionFill

kLiveSection

kSourceAllObjects

kSourceSelectedObjects

Methods Summary

cast(inPtr)

C++: GcDbSectionSettings::cast(const class GcRxObject *) --> class GcDbSectionSettings *

className()

C++: GcDbSectionSettings::className() --> const wchar_t *

color(self, nSecType, nGeometry)

C++: GcDbSectionSettings::color(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> class GcCmColor

currentSectionType(self)

C++: GcDbSectionSettings::currentSectionType() const --> enum GcDbSectionSettings::SectionType

desc()

C++: GcDbSectionSettings::desc() --> class GcRxClass *

destinationBlock(self, nSecType)

C++: GcDbSectionSettings::destinationBlock(enum GcDbSectionSettings::SectionType) const --> class GcDbObjectId

destinationFile(self, nSecType)

C++: GcDbSectionSettings::destinationFile(enum GcDbSectionSettings::SectionType) const --> const wchar_t *

divisionLines(self, nSecType, nGeometry)

C++: GcDbSectionSettings::divisionLines(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> bool

edgeTransparency(self, nSecType, nGeometry)

C++: GcDbSectionSettings::edgeTransparency(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> int

faceTransparency(self, nSecType, nGeometry)

C++: GcDbSectionSettings::faceTransparency(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> int

generationOptions(self, nSecType)

C++: GcDbSectionSettings::generationOptions(enum GcDbSectionSettings::SectionType) const --> enum GcDbSectionSettings::Generation

getHatchPattern(self, nSecType, nGeometry, ...)

C++: GcDbSectionSettings::getHatchPattern(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, enum GcDbHatch::HatchPatternType &, const wchar_t *&) const --> enum Gcad::ErrorStatus

getSourceObjects(self, nSecType, ids)

C++: GcDbSectionSettings::getSourceObjects(enum GcDbSectionSettings::SectionType, GcDbObjectIdArray &) const --> enum Gcad::ErrorStatus

hatchAngle(self, nSecType, nGeometry)

C++: GcDbSectionSettings::hatchAngle(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> double

hatchScale(self, nSecType, nGeometry)

C++: GcDbSectionSettings::hatchScale(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> double

hatchSpacing(self, nSecType, nGeometry)

C++: GcDbSectionSettings::hatchSpacing(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> double

hatchVisibility(self, nSecType, nGeometry)

C++: GcDbSectionSettings::hatchVisibility(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> bool

hiddenLine(self, nSecType, nGeometry)

C++: GcDbSectionSettings::hiddenLine(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> bool

isA(self)

C++: GcDbSectionSettings::isA() const --> class GcRxClass *

layer(self, nSecType, nGeometry)

C++: GcDbSectionSettings::layer(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> const wchar_t *

lineWeight(self, nSecType, nGeometry)

C++: GcDbSectionSettings::lineWeight(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> enum GcDb::LineWeight

linetype(self, nSecType, nGeometry)

C++: GcDbSectionSettings::linetype(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> const wchar_t *

linetypeScale(self, nSecType, nGeometry)

C++: GcDbSectionSettings::linetypeScale(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> double

plotStyleName(self, nSecType, nGeometry)

C++: GcDbSectionSettings::plotStyleName(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> const wchar_t *

reset(*args, **kwargs)

Overloaded function.

rxInit()

C++: GcDbSectionSettings::rxInit() --> void

setColor(self, nSecType, nGeometry, color)

C++: GcDbSectionSettings::setColor(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, const class GcCmColor &) --> enum Gcad::ErrorStatus

setCurrentSectionType(self, nSecType)

C++: GcDbSectionSettings::setCurrentSectionType(enum GcDbSectionSettings::SectionType) --> enum Gcad::ErrorStatus

setDestinationBlock(self, nSecType, id)

C++: GcDbSectionSettings::setDestinationBlock(enum GcDbSectionSettings::SectionType, const class GcDbObjectId &) --> enum Gcad::ErrorStatus

setDestinationFile(self, nSecType, pszFileName)

C++: GcDbSectionSettings::setDestinationFile(enum GcDbSectionSettings::SectionType, const wchar_t *) --> enum Gcad::ErrorStatus

setDivisionLines(self, nSecType, nGeometry, ...)

C++: GcDbSectionSettings::setDivisionLines(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, bool) --> enum Gcad::ErrorStatus

setEdgeTransparency(self, nSecType, ...)

C++: GcDbSectionSettings::setEdgeTransparency(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, int) --> enum Gcad::ErrorStatus

setFaceTransparency(self, nSecType, ...)

C++: GcDbSectionSettings::setFaceTransparency(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, int) --> enum Gcad::ErrorStatus

setGenerationOptions(self, nSecType, nOptions)

C++: GcDbSectionSettings::setGenerationOptions(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Generation) --> enum Gcad::ErrorStatus

setHatchAngle(self, nSecType, nGeometry, fAngle)

C++: GcDbSectionSettings::setHatchAngle(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, double) --> enum Gcad::ErrorStatus

setHatchPattern(self, nSecType, nGeometry, ...)

C++: GcDbSectionSettings::setHatchPattern(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, enum GcDbHatch::HatchPatternType, const wchar_t *) --> enum Gcad::ErrorStatus

setHatchScale(self, nSecType, nGeometry, fScale)

C++: GcDbSectionSettings::setHatchScale(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, double) --> enum Gcad::ErrorStatus

setHatchSpacing(self, nSecType, nGeometry, ...)

C++: GcDbSectionSettings::setHatchSpacing(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, double) --> enum Gcad::ErrorStatus

setHatchVisibility(self, nSecType, ...)

C++: GcDbSectionSettings::setHatchVisibility(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, bool) --> enum Gcad::ErrorStatus

setHiddenLine(self, nSecType, nGeometry, ...)

C++: GcDbSectionSettings::setHiddenLine(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, bool) --> enum Gcad::ErrorStatus

setLayer(self, nSecType, nGeometry, pszLayer)

C++: GcDbSectionSettings::setLayer(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, const wchar_t *) --> enum Gcad::ErrorStatus

setLineWeight(self, nSecType, nGeometry, ...)

C++: GcDbSectionSettings::setLineWeight(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, enum GcDb::LineWeight) --> enum Gcad::ErrorStatus

setLinetype(self, nSecType, nGeometry, ...)

C++: GcDbSectionSettings::setLinetype(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, const wchar_t *) --> enum Gcad::ErrorStatus

setLinetypeScale(self, nSecType, nGeometry, ...)

C++: GcDbSectionSettings::setLinetypeScale(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, double) --> enum Gcad::ErrorStatus

setPlotStyleName(self, nSecType, nGeometry, ...)

C++: GcDbSectionSettings::setPlotStyleName(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, const wchar_t *) --> enum Gcad::ErrorStatus

setSourceObjects(self, nSecType, ids)

C++: GcDbSectionSettings::setSourceObjects(enum GcDbSectionSettings::SectionType, const int &) --> enum Gcad::ErrorStatus

setVisibility(self, nSecType, nGeometry, ...)

C++: GcDbSectionSettings::setVisibility(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, bool) --> enum Gcad::ErrorStatus

visibility(self, nSecType, nGeometry)

C++: GcDbSectionSettings::visibility(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const --> bool

Attributes Documentation

k2dSection = <SectionType.k2dSection: 2>
k3dSection = <SectionType.k3dSection: 4>
kBackgroundGeometry = <Geometry.kBackgroundGeometry: 4>
kCurveTangencyLines = <Geometry.kCurveTangencyLines: 16>
kDestinationFile = <Generation.kDestinationFile: 64>
kDestinationNewBlock = <Generation.kDestinationNewBlock: 16>
kDestinationReplaceBlock = <Generation.kDestinationReplaceBlock: 32>
kForegroundGeometry = <Geometry.kForegroundGeometry: 8>
kIntersectionBoundary = <Geometry.kIntersectionBoundary: 1>
kIntersectionFill = <Geometry.kIntersectionFill: 2>
kLiveSection = <SectionType.kLiveSection: 1>
kSourceAllObjects = <Generation.kSourceAllObjects: 1>
kSourceSelectedObjects = <Generation.kSourceSelectedObjects: 2>

Methods Documentation

static cast(inPtr: pygcad.pygrx.GcRxObject) pygcad.pygrx.GcDbSectionSettings

C++: GcDbSectionSettings::cast(const class GcRxObject *) –> class GcDbSectionSettings *

static className() str

C++: GcDbSectionSettings::className() –> const wchar_t *

color(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) pygcad.pygrx.GcCmColor

C++: GcDbSectionSettings::color(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> class GcCmColor

currentSectionType(self: pygcad.pygrx.GcDbSectionSettings) pygcad.pygrx.GcDbSectionSettings.SectionType

C++: GcDbSectionSettings::currentSectionType() const –> enum GcDbSectionSettings::SectionType

static desc() pygcad.pygrx.GcRxClass

C++: GcDbSectionSettings::desc() –> class GcRxClass *

destinationBlock(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType) pygcad.pygrx.GcDbObjectId

C++: GcDbSectionSettings::destinationBlock(enum GcDbSectionSettings::SectionType) const –> class GcDbObjectId

destinationFile(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType) str

C++: GcDbSectionSettings::destinationFile(enum GcDbSectionSettings::SectionType) const –> const wchar_t *

divisionLines(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) bool

C++: GcDbSectionSettings::divisionLines(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> bool

edgeTransparency(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) int

C++: GcDbSectionSettings::edgeTransparency(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> int

faceTransparency(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) int

C++: GcDbSectionSettings::faceTransparency(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> int

generationOptions(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType) pygcad.pygrx.GcDbSectionSettings.Generation

C++: GcDbSectionSettings::generationOptions(enum GcDbSectionSettings::SectionType) const –> enum GcDbSectionSettings::Generation

getHatchPattern(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, nPatternType: pygcad.pygrx.GcDbHatch.HatchPatternType) Tuple[pygcad.pygrx.Gcad.ErrorStatus, str]

C++: GcDbSectionSettings::getHatchPattern(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, enum GcDbHatch::HatchPatternType &, const wchar_t *&) const –> enum Gcad::ErrorStatus

getSourceObjects(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, ids: pygcad.pygrx.GcDbObjectIdArray) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::getSourceObjects(enum GcDbSectionSettings::SectionType, GcDbObjectIdArray &) const –> enum Gcad::ErrorStatus

hatchAngle(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) float

C++: GcDbSectionSettings::hatchAngle(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> double

hatchScale(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) float

C++: GcDbSectionSettings::hatchScale(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> double

hatchSpacing(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) float

C++: GcDbSectionSettings::hatchSpacing(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> double

hatchVisibility(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) bool

C++: GcDbSectionSettings::hatchVisibility(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> bool

hiddenLine(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) bool

C++: GcDbSectionSettings::hiddenLine(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> bool

isA(self: pygcad.pygrx.GcDbSectionSettings) pygcad.pygrx.GcRxClass

C++: GcDbSectionSettings::isA() const –> class GcRxClass *

layer(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) str

C++: GcDbSectionSettings::layer(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> const wchar_t *

lineWeight(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) pygcad.pygrx.GcDb.LineWeight

C++: GcDbSectionSettings::lineWeight(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> enum GcDb::LineWeight

linetype(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) str

C++: GcDbSectionSettings::linetype(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> const wchar_t *

linetypeScale(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) float

C++: GcDbSectionSettings::linetypeScale(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> double

plotStyleName(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) str

C++: GcDbSectionSettings::plotStyleName(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> const wchar_t *

reset(*args, **kwargs)

Overloaded function.

  1. reset(self: pygcad.pygrx.GcDbSectionSettings) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::reset() –> enum Gcad::ErrorStatus

  1. reset(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::reset(enum GcDbSectionSettings::SectionType) –> enum Gcad::ErrorStatus

static rxInit() None

C++: GcDbSectionSettings::rxInit() –> void

setColor(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, color: pygcad.pygrx.GcCmColor) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setColor(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, const class GcCmColor &) –> enum Gcad::ErrorStatus

setCurrentSectionType(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setCurrentSectionType(enum GcDbSectionSettings::SectionType) –> enum Gcad::ErrorStatus

setDestinationBlock(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, id: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setDestinationBlock(enum GcDbSectionSettings::SectionType, const class GcDbObjectId &) –> enum Gcad::ErrorStatus

setDestinationFile(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, pszFileName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setDestinationFile(enum GcDbSectionSettings::SectionType, const wchar_t *) –> enum Gcad::ErrorStatus

setDivisionLines(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, bShow: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setDivisionLines(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, bool) –> enum Gcad::ErrorStatus

setEdgeTransparency(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, nTransparency: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setEdgeTransparency(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, int) –> enum Gcad::ErrorStatus

setFaceTransparency(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, nTransparency: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setFaceTransparency(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, int) –> enum Gcad::ErrorStatus

setGenerationOptions(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nOptions: pygcad.pygrx.GcDbSectionSettings.Generation) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setGenerationOptions(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Generation) –> enum Gcad::ErrorStatus

setHatchAngle(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, fAngle: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setHatchAngle(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, double) –> enum Gcad::ErrorStatus

setHatchPattern(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, nPatternType: pygcad.pygrx.GcDbHatch.HatchPatternType, pszPatternName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setHatchPattern(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, enum GcDbHatch::HatchPatternType, const wchar_t *) –> enum Gcad::ErrorStatus

setHatchScale(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, fScale: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setHatchScale(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, double) –> enum Gcad::ErrorStatus

setHatchSpacing(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, fSpacing: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setHatchSpacing(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, double) –> enum Gcad::ErrorStatus

setHatchVisibility(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, bVisible: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setHatchVisibility(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, bool) –> enum Gcad::ErrorStatus

setHiddenLine(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, bHiddenLine: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setHiddenLine(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, bool) –> enum Gcad::ErrorStatus

setLayer(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, pszLayer: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setLayer(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, const wchar_t *) –> enum Gcad::ErrorStatus

setLineWeight(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, nLineWeight: pygcad.pygrx.GcDb.LineWeight) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setLineWeight(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, enum GcDb::LineWeight) –> enum Gcad::ErrorStatus

setLinetype(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, pszLinetype: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setLinetype(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, const wchar_t *) –> enum Gcad::ErrorStatus

setLinetypeScale(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, fScale: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setLinetypeScale(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, double) –> enum Gcad::ErrorStatus

setPlotStyleName(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, pszPlotStyleName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setPlotStyleName(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, const wchar_t *) –> enum Gcad::ErrorStatus

setSourceObjects(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, ids: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setSourceObjects(enum GcDbSectionSettings::SectionType, const int &) –> enum Gcad::ErrorStatus

setVisibility(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry, bVisible: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbSectionSettings::setVisibility(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry, bool) –> enum Gcad::ErrorStatus

visibility(self: pygcad.pygrx.GcDbSectionSettings, nSecType: pygcad.pygrx.GcDbSectionSettings.SectionType, nGeometry: pygcad.pygrx.GcDbSectionSettings.Geometry) bool

C++: GcDbSectionSettings::visibility(enum GcDbSectionSettings::SectionType, enum GcDbSectionSettings::Geometry) const –> bool