Corner |
public class CornerWireBoxVisual3D : WireBoxVisual3D
The CornerWireBoxVisual3D type exposes the following members.
Name | Description | |
---|---|---|
CornerWireBoxVisual3D | Constructor | |
CornerWireBoxVisual3D(String) | Constructor |
Name | Description | |
---|---|---|
IsLineLengthPercent | Gets or sets a Boolean that specifies if the line length defined by LineLength property is specified in percentage of the box size (true), or in absolute value when all corner lines will have length defined by the value of LineLength property (false). Default value is true. | |
LineLength | Gets or sets the length of the corner lines. When IsLineLengthPercent is true, the length is defined as percentage of the box size. For example the default value of 0.25 means that each corner line length is 25% of the size of the box in the line's direction. When IsLineLengthPercent is false, then the length is defined in absolute value - all corner lines will have length the same as the value of this property. |
Name | Description | |
---|---|---|
CreateModel |
Creates this Model3D
(Overrides WireBoxVisual3DCreateModel) |
Name | Description | |
---|---|---|
IsLineLengthPercentProperty | IsLineLengthPercentProperty | |
LineLengthProperty | LineLengthProperty |
Name | Description | |
---|---|---|
DumpHierarchy |
Display details about the hierarchy of Visual3D children to Debug console (for example to Visual Studio's Immediate window).
(Defined by Extensions) | |
ForEachGeometryModel3D |
Performs the specified action on each GeometryModel3D inside the rootModelVisual3D.
(Defined by Extensions) | |
ForEachVisual3D |
Performs the specified action on each ModelVisual3D inside the rootModelVisual3D.
(Defined by Extensions) | |
GetName |
Gets name of the Visual3D that was previously set by SetName extension method.
(Defined by Extensions) | |
SetName |
Sets Name property to Visual3D. Note that if name is not correct for WPF, it can be corrected (name must start with a letter or the underscore character (_), and must contain only letters, digits, or underscores).
In this case the SetName method will set the corrected name to the object and return false (in this case you can call GetName to get the corrected name). True is returned when the original name is set to the object.
(Defined by Extensions) |