public class CadSectionSettings extends CadBaseObject
Class describing SectionSettings object.
Constructor and Description |
---|
CadSectionSettings()
Initializes a new instance of the
CadSectionSettings class. |
Modifier and Type | Method and Description |
---|---|
int |
getGenerationSettingsNumber()
Gets or sets the generation settings number.
|
int |
getSectionType()
Gets or sets the type of the section.
|
CadSectionTypeSettings |
getSectionTypeSettings()
Gets or sets the section type settings.
|
void |
setGenerationSettingsNumber(int value)
Gets or sets the generation settings number.
|
void |
setSectionType(int value)
Gets or sets the type of the section.
|
void |
setSectionTypeSettings(CadSectionTypeSettings value)
Gets or sets the section type settings.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadSectionSettings()
Initializes a new instance of the CadSectionSettings
class.
public final CadSectionTypeSettings getSectionTypeSettings()
Gets or sets the section type settings.
public final void setSectionTypeSettings(CadSectionTypeSettings value)
Gets or sets the section type settings.
value
- The section type settings.public final int getSectionType()
Gets or sets the type of the section.
public final void setSectionType(int value)
Gets or sets the type of the section.
value
- The type of the section.public final int getGenerationSettingsNumber()
Gets or sets the generation settings number.
public final void setGenerationSettingsNumber(int value)
Gets or sets the generation settings number.
value
- The generation settings number.