RhinoCommon API
ViewCaptureSettings Class |
Used to hold the information required to generate high resolution output
of a RhinoViewport. This is used for generating paper prints or image files
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
The ViewCaptureSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| ViewCaptureSettings | Initializes a new instance of the ViewCaptureSettings class | |
| ViewCaptureSettings(RhinoPageView, Double) | Initializes a new instance of the ViewCaptureSettings class | |
| ViewCaptureSettings(RhinoView, Size, Double) | Initializes a new instance of the ViewCaptureSettings class |
| Name | Description | |
|---|---|---|
| ArrowheadSizeMillimeters |
arrowhead size in millimeters
| |
| CropRectangle | Actual area of output rectangle that view capture is sent to. | |
| DefaultPrintWidthMillimeters |
Line thickness used to print objects with no defined thickness (in mm)
| |
| Document | ||
| DrawAxis | ||
| DrawBackground | ||
| DrawBackgroundBitmap | ||
| DrawClippingPlanes | ||
| DrawGrid | ||
| DrawLights | ||
| DrawLockedObjects | ||
| DrawMargins | ||
| DrawSelectedObjectsOnly | ||
| DrawWallpaper | ||
| IsScaleToFit |
Returns true if the model has been scaled to fit.
| |
| IsValid | ||
| MediaSize | Total size of the image or page in dots | |
| ModelScaleType | ||
| OffsetAnchor | ||
| OutputColor | ||
| PointSizeMillimeters |
size of point objects in millimeters
if scale <= 0 the size is minimized so points are always drawn as small as possible
| |
| RasterMode | ||
| Resolution | Capture "density" in dots per inch | |
| UsePrintWidths | ||
| WireThicknessScale |
scaling factor to apply to object print widths (typically 1.0). This is
helpful when printing something at 1/2 scale and having all of the curves
print 1/2 as thick
|
| Name | Description | |
|---|---|---|
| Dispose | Actively reclaims unmanaged resources that this instance uses. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Passively reclaims unmanaged resources when the class user did not explicitly call Dispose(). (Overrides ObjectFinalize.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMargins |
Get distances from the edge of the paper (MediaSize) to the CropRectangle
in a defined unit system
| |
| GetModelScale |
Returns the model scale factor.
| |
| GetOffset | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetLayout | ||
| SetMargins |
Set distances from the edge of the paper (MediaSize) to the CropRectange
in a defined unit system
| |
| SetModelScaleToFit |
Scales the model to fit.
| |
| SetModelScaleToValue |
Sets the model scale to a value.
| |
| SetOffset | ||
| SetViewport | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |