Class IfcBSplineSurface
Inheritance
System.Object
IfcBSplineSurface
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcBSplineSurface", 1102)]
public abstract class IfcBSplineSurface : IfcBoundedSurface, INotifyPropertyChanged, IEquatable<IfcRepresentationItem>, IEquatable<IfcGeometricRepresentationItem>, IEquatable<IfcSurface>, IEquatable<IfcBoundedSurface>, IIfcBSplineSurface, IIfcBoundedSurface, IIfcSurface, IIfcGeometricRepresentationItem, IIfcRepresentationItem, IfcLayeredItem, IIfcLayeredItem, IfcGeometricSetSelect, IIfcGeometricSetSelect, IfcSurfaceOrFaceSurface, IIfcSurfaceOrFaceSurface, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcBSplineSurface>
Properties
|
Improve this Doc
View Source
ControlPoints
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.Array, EntityAttributeType.Array, new int[]{0, 0}, new int[]{-1, -1}, 0)]
public List<List<XbimPoint3D>> ControlPoints { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Collections.Generic.List<XbimPoint3D>> |
|
|
Improve this Doc
View Source
ControlPointsList
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.List, EntityAttributeType.List, new int[]{2, 2}, new int[]{-1, -1}, 5)]
public IItemSet<IItemSet<IfcCartesianPoint>> ControlPointsList { get; }
Property Value
|
Improve this Doc
View Source
SelfIntersect
Declaration
[EntityAttribute(7, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcLogical SelfIntersect { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 6)]
public IfcBSplineSurfaceForm SurfaceForm { get; set; }
Property Value
|
Improve this Doc
View Source
UClosed
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcLogical UClosed { get; set; }
Property Value
|
Improve this Doc
View Source
UDegree
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcInteger UDegree { get; set; }
Property Value
|
Improve this Doc
View Source
UUpper
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcInteger UUpper { get; }
Property Value
|
Improve this Doc
View Source
VClosed
Declaration
[EntityAttribute(6, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcLogical VClosed { get; set; }
Property Value
|
Improve this Doc
View Source
VDegree
Declaration
[EntityAttribute(2, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcInteger VDegree { get; set; }
Property Value
|
Improve this Doc
View Source
VUpper
Declaration
[EntityAttribute(0, EntityAttributeState.Derived, EntityAttributeType.None, EntityAttributeType.None, null, null, 0)]
public IfcInteger VUpper { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcBSplineSurface)
Declaration
public bool Equals(IfcBSplineSurface other)
Parameters
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
Explicit Interface Implementations
|
Improve this Doc
View Source
IIfcBSplineSurface.ControlPointsList
Declaration
IItemSet<IItemSet<IIfcCartesianPoint>> IIfcBSplineSurface.ControlPointsList { get; }
Returns
|
Improve this Doc
View Source
IIfcBSplineSurface.SelfIntersect
Declaration
IfcLogical IIfcBSplineSurface.SelfIntersect { get; set; }
Returns
|
Improve this Doc
View Source
Declaration
IfcBSplineSurfaceForm IIfcBSplineSurface.SurfaceForm { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBSplineSurface.UClosed
Declaration
IfcLogical IIfcBSplineSurface.UClosed { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBSplineSurface.UDegree
Declaration
IfcInteger IIfcBSplineSurface.UDegree { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBSplineSurface.VClosed
Declaration
IfcLogical IIfcBSplineSurface.VClosed { get; set; }
Returns
|
Improve this Doc
View Source
IIfcBSplineSurface.VDegree
Declaration
IfcInteger IIfcBSplineSurface.VDegree { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>