Show / Hide Table of Contents

    Class ConstructedSolid

    Create a custom SolidOperation from imported geometry.

    Inheritance
    System.Object
    SolidOperation
    ConstructedSolid
    Inherited Members
    SolidOperation.LocalTransform
    SolidOperation.Solid
    SolidOperation.IsVoid
    SolidOperation.PropertyChanged
    SolidOperation.RaisePropertyChanged(String)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Elements.Geometry.Solids
    Assembly: Hypar.Elements.dll
    Syntax
    public class ConstructedSolid : SolidOperation

    Constructors

    ConstructedSolid(Solid, Boolean)

    Create an import solid.

    Declaration
    public ConstructedSolid(Solid solid, bool isVoid = false)
    Parameters
    Type Name Description
    Solid solid

    The solid which was imported.

    System.Boolean isVoid

    Is the operation a void?