public class CadSectionGeometrySettings extends Object
The SectionGeometrySettings data
Constructor and Description |
---|
CadSectionGeometrySettings()
Initializes a new instance of the
CadSectionGeometrySettings class. |
Modifier and Type | Method and Description |
---|---|
CadIntParameter |
getBitflags()
Gets or sets the bitflags.
|
CadShortParameter |
getColorData()
Gets or sets the color data.
|
CadShortParameter |
getEdgeTransparency()
Gets or sets the edge transparency.
|
CadShortParameter |
getFaceTransparency()
Gets or sets the face transparency.
|
CadIntParameter |
getGeometryCount()
Gets or sets the geometry count.
|
CadDoubleParameter |
getHatchAngle()
Gets or sets the hatch angle.
|
CadStringParameter |
getHatchPatternName()
Gets or sets the name of the hatch pattern.
|
CadShortParameter |
getHatchPatternType()
Gets or sets the type of the hatch pattern.
|
CadDoubleParameter |
getHatchScale()
Gets or sets the hatch scale.
|
CadDoubleParameter |
getHatchSpacing()
Gets or sets the hatch spacing.
|
CadStringParameter |
getLayerName()
Gets or sets the name of the layer.
|
CadStringParameter |
getLinetypeName()
Gets or sets the name of the linetype.
|
CadDoubleParameter |
getLinetypeScale()
Gets or sets the linetype scale.
|
CadShortParameter |
getLineWeight()
Gets or sets the line weight.
|
CadStringParameter |
getPlotstyleName()
Gets or sets the name of the plotstyle.
|
CadStringParameter |
getSectionGeometrySettingsEndDataMarker()
Gets or sets the section geometry settings end data marker.
|
CadIntParameter |
getSectionType()
Gets or sets the type of the section.
|
void |
setBitflags(CadIntParameter value)
Gets or sets the bitflags.
|
void |
setColorData(CadShortParameter value)
Gets or sets the color data.
|
void |
setEdgeTransparency(CadShortParameter value)
Gets or sets the edge transparency.
|
void |
setFaceTransparency(CadShortParameter value)
Gets or sets the face transparency.
|
void |
setGeometryCount(CadIntParameter value)
Gets or sets the geometry count.
|
void |
setHatchAngle(CadDoubleParameter value)
Gets or sets the hatch angle.
|
void |
setHatchPatternName(CadStringParameter value)
Gets or sets the name of the hatch pattern.
|
void |
setHatchPatternType(CadShortParameter value)
Gets or sets the type of the hatch pattern.
|
void |
setHatchScale(CadDoubleParameter value)
Gets or sets the hatch scale.
|
void |
setHatchSpacing(CadDoubleParameter value)
Gets or sets the hatch spacing.
|
void |
setLayerName(CadStringParameter value)
Gets or sets the name of the layer.
|
void |
setLinetypeName(CadStringParameter value)
Gets or sets the name of the linetype.
|
void |
setLinetypeScale(CadDoubleParameter value)
Gets or sets the linetype scale.
|
void |
setLineWeight(CadShortParameter value)
Gets or sets the line weight.
|
void |
setPlotstyleName(CadStringParameter value)
Gets or sets the name of the plotstyle.
|
void |
setSectionGeometrySettingsEndDataMarker(CadStringParameter value)
Gets or sets the section geometry settings end data marker.
|
void |
setSectionType(CadIntParameter value)
Gets or sets the type of the section.
|
public CadSectionGeometrySettings()
Initializes a new instance of the CadSectionGeometrySettings
class.
public CadIntParameter getSectionType()
Gets or sets the type of the section.
public void setSectionType(CadIntParameter value)
Gets or sets the type of the section.
value
- The type of the section.public CadIntParameter getGeometryCount()
Gets or sets the geometry count.
public void setGeometryCount(CadIntParameter value)
Gets or sets the geometry count.
value
- The geometry count.public CadIntParameter getBitflags()
Gets or sets the bitflags.
public void setBitflags(CadIntParameter value)
Gets or sets the bitflags.
value
- The bitflags.public CadShortParameter getColorData()
Gets or sets the color data.
public void setColorData(CadShortParameter value)
Gets or sets the color data.
value
- The color data.public CadStringParameter getLayerName()
Gets or sets the name of the layer.
public void setLayerName(CadStringParameter value)
Gets or sets the name of the layer.
value
- The name of the layer.public CadStringParameter getLinetypeName()
Gets or sets the name of the linetype.
public void setLinetypeName(CadStringParameter value)
Gets or sets the name of the linetype.
value
- The name of the linetype.public CadDoubleParameter getLinetypeScale()
Gets or sets the linetype scale.
public void setLinetypeScale(CadDoubleParameter value)
Gets or sets the linetype scale.
value
- The linetype scale.public CadStringParameter getPlotstyleName()
Gets or sets the name of the plotstyle.
public void setPlotstyleName(CadStringParameter value)
Gets or sets the name of the plotstyle.
value
- The name of the plotstyle.public CadShortParameter getLineWeight()
Gets or sets the line weight.
public void setLineWeight(CadShortParameter value)
Gets or sets the line weight.
value
- The line weight.public CadShortParameter getFaceTransparency()
Gets or sets the face transparency.
public void setFaceTransparency(CadShortParameter value)
Gets or sets the face transparency.
value
- The face transparency.public CadShortParameter getEdgeTransparency()
Gets or sets the edge transparency.
public void setEdgeTransparency(CadShortParameter value)
Gets or sets the edge transparency.
value
- The edge transparency.public CadShortParameter getHatchPatternType()
Gets or sets the type of the hatch pattern.
public void setHatchPatternType(CadShortParameter value)
Gets or sets the type of the hatch pattern.
value
- The type of the hatch pattern.public CadStringParameter getHatchPatternName()
Gets or sets the name of the hatch pattern.
public void setHatchPatternName(CadStringParameter value)
Gets or sets the name of the hatch pattern.
value
- The name of the hatch pattern.public CadDoubleParameter getHatchAngle()
Gets or sets the hatch angle.
public void setHatchAngle(CadDoubleParameter value)
Gets or sets the hatch angle.
value
- The hatch angle.public CadDoubleParameter getHatchScale()
Gets or sets the hatch scale.
public void setHatchScale(CadDoubleParameter value)
Gets or sets the hatch scale.
value
- The hatch scale.public CadDoubleParameter getHatchSpacing()
Gets or sets the hatch spacing.
public void setHatchSpacing(CadDoubleParameter value)
Gets or sets the hatch spacing.
value
- The hatch spacing.public CadStringParameter getSectionGeometrySettingsEndDataMarker()
Gets or sets the section geometry settings end data marker.
public void setSectionGeometrySettingsEndDataMarker(CadStringParameter value)
Gets or sets the section geometry settings end data marker.
value
- The section geometry settings end data marker.