ConstantRegionQ
ConstantRegionQ[reg]
gives True if the reg is a constant region and False otherwise.
Details
- ConstantRegionQ is also known as parameter-free region.
- A region is considered constant if it does not depend on symbolic parameters.
- Only constant regions can be discretized using DiscretizeRegion or rendered using Graphics etc.
Examples
open allclose allBasic Examples (3)
Scope (16)
Special Regions (4)
Formula Regions (3)
A disk represented as an ImplicitRegion:
Since is not one of the variables, the region is no longer constant:
A disk represented as a ParametricRegion:
Using a rational parametrization of the disk:
Since is not one of the variables, the region is no longer constant:
ImplicitRegion can have several components of different dimension:
Mesh Regions (4)
MeshRegion is always constant, including 1D:
BoundaryMeshRegion in 1D:
MeshRegion that represents a curve in 2D:
A MeshRegion can have components of different dimension:
Derived Regions (5)
RegionIntersection of two regions:
RegionUnion of mixed-dimensional regions:
TransformedRegion with a parameterized transformation function is not constant:
Replace the symbolic parameters to make the region constant:
RegionUnion of a nonconstant region is a nonconstant region:
Applications (2)
Properties & Relations (3)
If ConstantRegionQ is True, then RegionQ is also True:
MeshRegionQ and BoundaryMeshRegionQ can be used to check more specialized region types:
Mesh regions are always ConstantRegionQ:
BoundedRegionQ can be used to check if a region is bounded:
Possible Issues (2)
Some functions require constant regions:
Replace the symbolic parameters to make the region constant:
RegionMember returns True or False if the region is constant:
RegionMember returns conditions if the region is not constant:
Text
Wolfram Research (2014), ConstantRegionQ, Wolfram Language function, https://reference.wolfram.com/language/ref/ConstantRegionQ.html.
CMS
Wolfram Language. 2014. "ConstantRegionQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ConstantRegionQ.html.
APA
Wolfram Language. (2014). ConstantRegionQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ConstantRegionQ.html