Programming Reference for VirtualLab Fusion  2025.1
Loading...
Searching...
No Matches
IRegion1D2D Interface Reference

This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Interface to connect 1D and 2D regions. More...

Inheritance diagram for IRegion1D2D:
IDocument Region1D Region2D ComposedRegion1D IntervalRegion SampledRegion1D ComposedRegion2D ElementaryRegion2D SampledRegion2D EllipticRegion RectangularRegion SimplePolygon

Properties

bool BoundariesAreInside [get, set]
 Gets or sets whether or not the boundaries of the region belong to the inner region.
 
bool IsOneD [get]
 Gets whether this IRegion1D2D is 1D or 2D.
 
string Name [get, set]
 The name which can be given to the region by the user.
 
SamplingParameters SamplingForUsageWithComplexFields [get, set]
 Sampling parameters which will be used for a coordinate rescaling in case of using the region with a complex field.
 
- Properties inherited from IDocument
VirtualLabSession Session [get, set]
 every documents need to be handled in a session ==> default is the VirtualLab Mainsession
 
NodeVLExplorer TreeStructure [get]
 every document should have a node (maybe with subnodes) in the VirtualLab Explorer
 
DocumentType TypeOfDocument [get]
 Gets an enum entry specifying the type of the document.
 

Additional Inherited Members

- Public Member Functions inherited from IDocument
FormDocument GetNewDocumentWindow (Form formMain, string fileName)
 Gets a new document window containing this document.
 

Detailed Description

This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Interface to connect 1D and 2D regions.

See also
System.IDisposable, VirtualLabAPI.Core.Common.IDocument