Search Results for

    Show / Hide Table of Contents

    Class IfcSurfaceOfRevolution

    Inheritance
    System.Object
    PersistEntity
    IfcRepresentationItem
    IfcGeometricRepresentationItem
    IfcSurface
    IfcSweptSurface
    IfcSurfaceOfRevolution
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<IfcRepresentationItem>
    System.IEquatable<IfcGeometricRepresentationItem>
    System.IEquatable<IfcSurface>
    System.IEquatable<IfcSweptSurface>
    IExpressValidatable
    IInstantiableEntity
    IIfcSurfaceOfRevolution
    IIfcSweptSurface
    IIfcSurface
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcSurfaceOrFaceSurface
    IIfcSurfaceOrFaceSurface
    IContainsEntityReferences
    System.IEquatable<IfcSurfaceOfRevolution>
    IIfcSurfaceOfRevolution
    IIfcSweptSurface
    IIfcSurface
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcSurfaceOrFaceSurface
    IIfcSurfaceOrFaceSurface
    IExpressSelectType
    IPersistEntity
    IPersist
    Inherited Members
    IfcSweptSurface.IIfcSweptSurface.SweptCurve
    IfcSweptSurface.IIfcSweptSurface.Position
    IfcSweptSurface.SweptCurve
    IfcSweptSurface.Position
    IfcSweptSurface.Dim
    IfcSweptSurface.Equals(IfcSweptSurface)
    IfcSweptSurface.IIfcSweptSurface.SweptCurve
    IfcSweptSurface.IIfcSweptSurface.Position
    IfcSweptSurface.ValidateClause(IfcSweptSurface.IfcSweptSurfaceClause)
    IfcSweptSurface.Validate()
    IfcSurface.Equals(IfcSurface)
    IfcSurface.IfcGeometricSetSelect.Dim
    IfcGeometricRepresentationItem.Equals(IfcGeometricRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignments
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    IfcRepresentationItem.LayerAssignments
    IfcRepresentationItem.StyledByItem
    IfcRepresentationItem.Equals(IfcRepresentationItem)
    IfcRepresentationItem.IIfcRepresentationItem.LayerAssignment
    IfcRepresentationItem.IIfcRepresentationItem.StyledByItem
    PersistEntity._activated
    PersistEntity.Activate()
    PersistEntity.NotifyPropertyChanged(String)
    PersistEntity.SetValue<TProperty>(Action<TProperty>, TProperty, TProperty, String, Int32)
    PersistEntity.Equals(Object)
    PersistEntity.GetHashCode()
    PersistEntity.ToString()
    PersistEntity.EntityLabel
    PersistEntity.Model
    PersistEntity.ModelOf
    PersistEntity.IPersistEntity.Activated
    PersistEntity.IPersistEntity.ExpressType
    PersistEntity.PropertyChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc2x3.GeometryResource
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    [ExpressType("IfcSurfaceOfRevolution", 109)]
    public class IfcSurfaceOfRevolution : IfcSweptSurface, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcSurface>, IEquatable<IfcSweptSurface>, IExpressValidatable, IInstantiableEntity, IIfcSurfaceOfRevolution, IIfcSweptSurface, IIfcSurface, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcSurfaceOrFaceSurface, IIfcSurfaceOrFaceSurface, IContainsEntityReferences, IEquatable<IfcSurfaceOfRevolution>, IIfcSurfaceOfRevolution, IIfcSweptSurface, IIfcSurface, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcSurfaceOrFaceSurface, IIfcSurfaceOrFaceSurface, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    AxisLine

    Declaration
    [EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.Class, EntityAttributeType.None, null, null, 0)]
    public XbimLine AxisLine { get; }
    Property Value
    Type Description
    XbimLine
    | Improve this Doc View Source

    AxisPosition

    Declaration
    [EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.Class, EntityAttributeType.None, null, null, 5)]
    public IfcAxis1Placement AxisPosition { get; set; }
    Property Value
    Type Description
    IfcAxis1Placement

    Methods

    | Improve this Doc View Source

    Equals(IfcSurfaceOfRevolution)

    Declaration
    public bool Equals(IfcSurfaceOfRevolution other)
    Parameters
    Type Name Description
    IfcSurfaceOfRevolution other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Parse(Int32, IPropertyValue, Int32[])

    Declaration
    public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
    Parameters
    Type Name Description
    System.Int32 propIndex
    IPropertyValue value
    System.Int32[] nestedIndex
    Overrides
    IfcSweptSurface.Parse(Int32, IPropertyValue, Int32[])

    Explicit Interface Implementations

    | Improve this Doc View Source

    IContainsEntityReferences.References

    Declaration
    IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IPersistEntity>
    | Improve this Doc View Source

    IIfcSurfaceOfRevolution.AxisPosition

    Declaration
    IIfcAxis1Placement IIfcSurfaceOfRevolution.AxisPosition { get; set; }
    Returns
    Type Description
    IIfcAxis1Placement
    | Improve this Doc View Source

    IIfcSurfaceOfRevolution.AxisLine

    Declaration
    XbimLine IIfcSurfaceOfRevolution.AxisLine { get; }
    Returns
    Type Description
    XbimLine
    | Improve this Doc View Source

    IIfcSurfaceOfRevolution.AxisPosition

    Declaration
    [CrossSchemaAttribute(typeof(IIfcSurfaceOfRevolution), 3)]
    IIfcAxis1Placement IIfcSurfaceOfRevolution.AxisPosition { get; set; }
    Returns
    Type Description
    IIfcAxis1Placement

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    System.IEquatable<T>
    IExpressValidatable
    IInstantiableEntity
    IIfcSurfaceOfRevolution
    IIfcSweptSurface
    IIfcSurface
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcSurfaceOrFaceSurface
    IIfcSurfaceOrFaceSurface
    IContainsEntityReferences
    System.IEquatable<T>
    IIfcSurfaceOfRevolution
    IIfcSweptSurface
    IIfcSurface
    IIfcGeometricRepresentationItem
    IIfcRepresentationItem
    IfcLayeredItem
    IIfcLayeredItem
    IfcGeometricSetSelect
    IIfcGeometricSetSelect
    IfcSurfaceOrFaceSurface
    IIfcSurfaceOrFaceSurface
    IExpressSelectType
    IPersistEntity
    IPersist
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim