CustomCrossSection Class
Custom corridor cross section geometry for use with CorridorOperator3D.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public class CustomCrossSection : CrossSection
Remarks
CustomCrossSection allows the user to use a custom point collection assigned to the outline property. The point coordinates in the outline are interpreted as meters.
One drawback of the custom cross section is that its size and shape cannot be controlled by input line feature attributes, as is possible with the other types of cross section.
The outline shall go clockwise around the corridor, using the X coordinate for horizontal and Y for vertical positioning, with the origin where the cross section intersects the input line of the CorridorOperator3D. The Z coordinate is not used. The last point in the outline must be the same as the first point for the corridor to be closed. An example of a custom cross section starting and ending in the top point is shown below:
![]() |
The black dot indicates the origin of the X/Y coordinate system, and the outline points are shown in red.
Texturization
A corridor mesh created from a CustomCrossSection can be textured with a Material attached to a MeshVisualizer. The texture U parameter is mapped from 0 the first point in the outline, increasing along the outline ending at 1 on the last point. The V parameter is mapped at 0 at the start of the corridor and at 1 at a distance in meters along the corridor defined by the CorridorOperator3D.TextureScaleFactorV property. The texture is repeated along the V axis until the end of the corridor.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
CrossSection
CustomCrossSection
Platforms
Windows, Linux, Android
See Also
Reference
Operators Module
CorridorOperator3D
RectangleCrossSection
TroughCrossSection
CircleCrossSection
CustomCrossSection Members
The CustomCrossSection type has the following members.
Constructors
Name | Description |
---|---|
CustomCrossSection | The outline used by this cross section. |
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current CustomCrossSection has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the CustomCrossSection. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current CustomCrossSection represents. Inherited from EngineObject |
Outline | Gets or sets the outline points for this cross section. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |